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