@suluk/admin - v0.1.3
    Preparing search index...

    Interface EntityField

    interface EntityField {
        name: string;
        type: string;
        required: boolean;
        format?: string;
        enum?: string[];
    }
    Index

    Properties

    name: string
    type: string

    JSON-Schema type: string | integer | number | boolean | array | object.

    required: boolean
    format?: string
    enum?: string[]