Internal
Extracts the inferred type from a TypeDef wrapper.
The TypeDef to extract from
The original type that was wrapped
type Extracted = Infer<TypeDef<string>> // stringtype NumberType = Infer<TypeDef<number>> // number Copy
type Extracted = Infer<TypeDef<string>> // stringtype NumberType = Infer<TypeDef<number>> // number
Extracts the inferred type from a TypeDef wrapper.