@typia/website
    Preparing search index...
    interface IReference<Key = string> {
        $ref: Key;
        deprecated?: boolean;
        description?: string;
        example?: any;
        examples?: any[];
        title?: string;
    }

    Type Parameters

    • Key = string

    Hierarchy (View Summary)

    Index

    Properties

    $ref: Key
    deprecated?: boolean

    Whether the type is deprecated or not.

    description?: string

    Detailed description of the schema.

    example?: any

    Example value.

    examples?: any[]
    title?: string

    Title of the schema.