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

16 lines
283 B
Markdown

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