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.
Type Parameters
Section titled “Type Parameters”Ts
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