Fixed: https://github.com/puppeteer/puppeteer/issues/9372
export type HandleOr<T> = HandleFor<T> | JSHandle<T> | T;
References: HandleFor, JSHandle