Skip to content

InferValues

InferValues<Ts> = { [K in keyof Ts]: InferValue<Ts[K]> }

Defined in: handle.ts:36

Extracts the value types from a tuple of component/resource/pair types.

Ts