Type alias SpecTypeNamesSingle<T>

SpecTypeNamesSingle<T>: T extends SpecType
    ? SpecTypeName<T>
    : never

Converts a non-dict-like SpecTypeOrDict to its corresponding SpecTypeName. If the input is dict-like SpecTypeOrDict, returns never.

Type Parameters

Generated using TypeDoc