puppeteer/docs/api/puppeteer.innerparams.md
jrandolf 7c4f41fadc
chore: use injections for wait tasks (#8943)
This PR refactors wait tasks to use injected scripts.
2022-09-15 08:22:20 +02:00

283 B

sidebar_label
InnerParams

InnerParams type

Signature:

export declare type InnerParams<T extends unknown[]> = {
  [K in keyof T]: FlattenHandle<FlattenLazyArg<FlattenHandle<T[K]>>>;
};

References: FlattenHandle