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