AutoBE
    Preparing search index...

    A single canonical enum member: its description, then its literal value.

    interface IMember {
        description: string;
        value: string | number | boolean;
    }
    Index

    Properties

    Properties

    description: string

    Summarized description of what this specific value means.

    value: string | number | boolean

    The exact literal value, with its primitive type preserved (string/number/boolean), as it appears in the schema const.