Skip to main content
Version: 15.3.0

InnerParams type

Signature:

export declare type InnerParams<T extends unknown[]> = {
[K in keyof T]: FlattenHandle<T[K]>;
};

References: FlattenHandle