跳转到内容

InferParams

此内容尚不支持你的语言。

InferParams<P> = { [K in keyof P]: InferParam<P[K]> }

Defined in: system.ts:77

P extends readonly SystemParam[]