interface PermittedOperations {
    deletable: boolean;
    editable: boolean;
}

Properties

Properties

deletable: boolean
editable: boolean