puppeteer/docs/api/puppeteer.innerparams.md

16 lines
245 B
Markdown
Raw Normal View History

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