InnerParams 类型 签名 export type InnerParams<T extends unknown[]> = { [K in keyof T]: FlattenHandle<T[K]>; }; 引用: FlattenHandle