跳至主要内容
版本: 22.5.0

InnerParams 类型

签名:

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

引用: FlattenHandle