Documentation
    Preparing search index...

    Base interface for constant types.

    interface IBase<Type extends Literal> {
        type: Type;
        values: IMetadataSchema.IConstant.IValue<Mapper[Type]>[];
    }

    Type Parameters

    Index

    Properties

    Properties

    type: Type

    Constant type kind.

    Literal values in the union.