puppeteer/docs/api/puppeteer.innerparams.md

245 B

sidebar_label
InnerParams

InnerParams type

Signature:

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

References: FlattenHandle