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