Type alias LiteralUnion<LiteralType, BaseType>

LiteralUnion<LiteralType, BaseType>: LiteralType | BaseType & {
    _?: never;
}

Type Parameters

Generated using TypeDoc