@typia/website
    Preparing search index...
    interface IConstant {
        const: string | number | boolean;
        deprecated?: boolean;
        description?: string;
        example?: any;
        examples?: any[] | Record<string, any>;
        nullable?: boolean;
        title?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    const: string | number | boolean
    deprecated?: boolean

    Whether the type is deprecated or not.

    description?: string

    Detailed description of the schema.

    example?: any

    Example value.

    examples?: any[] | Record<string, any>
    nullable?: boolean
    title?: string

    Title of the schema.