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

    Interface EntityModel

    interface EntityModel {
        name: string;
        fields: EntityField[];
        access: EntityAccess;
    }
    Index

    Properties

    Properties

    name: string
    fields: EntityField[]
    access: EntityAccess

    the requires level of each CRUD op (from x-suluk-access), so the admin shows who may do what.