AutoBE
    Preparing search index...

    Constant value type.

    interface IConstant {
        const: string | number | boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    const: string | number | boolean

    The constant value.