AutoBE
    Preparing search index...

    Constant value type.

    interface IConstant {
        const: string | number | boolean;
        description: string;
        "x-autobe-database-schema-property"?: string | null;
        "x-autobe-specification"?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    const: string | number | boolean

    The constant value.

    description: string
    "x-autobe-database-schema-property"?: string | null
    "x-autobe-specification"?: string