mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
252 B
252 B
sidebar_label |
---|
InnerParams |
InnerParams type
Signature:
export declare type InnerParams<T extends unknown[]> = {
[K in keyof T]: FlattenHandle<T[K]>;
};
References: FlattenHandle