erest
    Preparing search index...

    Interface ISchemaType

    interface ISchemaType {
        comment?: string;
        default?: unknown;
        format?: boolean;
        params?: unknown;
        required?: boolean;
        type: string;
    }
    Index

    Properties

    comment?: string
    default?: unknown
    format?: boolean
    params?: unknown
    required?: boolean
    type: string