interface ModelAttributeAuth {
    properties: {
        rules: ModelAuthRule[];
    };
    type: "auth";
}

Properties

Properties

properties: {
    rules: ModelAuthRule[];
}

Type declaration

type: "auth"