Back to Puppeteer

InnerParams type

docs/api/puppeteer.innerparams.md

19.2.2206 B
Original Source

InnerParams type

Signature

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

References: FlattenHandle