puppeteer/docs/api/puppeteer.innerparams.md

16 lines
283 B
Markdown
Raw Normal View History

2022-07-05 13:41:43 +00:00
---
sidebar_label: InnerParams
---
# InnerParams type
**Signature:**
```typescript
export declare type InnerParams<T extends unknown[]> = {
[K in keyof T]: FlattenHandle<FlattenLazyArg<FlattenHandle<T[K]>>>;
2022-07-05 13:41:43 +00:00
};
```
**References:** [FlattenHandle](./puppeteer.flattenhandle.md)