Skip to content

InferParams

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

Defined in: system.ts:77

P extends readonly SystemParam[]