其他内部参数版本: 22.5.0在此页面上InnerParams 类型 签名: export type InnerParams<T extends unknown[]> = { [K in keyof T]: FlattenHandle<T[K]>;}; 引用: FlattenHandle