Skip to content

InferValue

InferValue<T> = T extends object ? V : never

Defined in: handle.ts:29

Extracts the value type from a component/resource/pair type.

T