export const ScopeOfAdmin = {
  SystemWide: "SystemWide",
  OrgOwnerOrAdmin: "OrgOwnerOrAdmin",
} as const;
