Skip to content

CrudAction

CrudAction = Exclude<PermissionAction, "manage">

Defined in: packages/permissions/src/types.ts:53

A CRUD-only permission action (excludes "manage").

Useful when you need to iterate over concrete operations without the "manage" shorthand. See also CRUD_ACTIONS.