Type Alias TypeDescriptor<T, Specifics>

TypeDescriptor:
    | BasicTypeDescriptor<T, Specifics>
    | () => BasicTypeDescriptor<T, Specifics>

This TypeScript type defines the possible ways to identify a desired Typir type.

Type Parameters