Skip to main content
Version: Next

InnerParams type

Signature:

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

References: FlattenHandle