export enum RoleActions {
  Read = 'read',
  Write = 'write',
  WriteAll = 'write:all',
  ReadAll = 'read:all',
}
