* feat: workspace management from admin app * chore: UI and UX copy improvements * chore: ux copy improvements
23 lines
331 B
TypeScript
23 lines
331 B
TypeScript
export const ORGANIZATION_SIZE = [
|
|
"Just myself",
|
|
"2-10",
|
|
"11-50",
|
|
"51-200",
|
|
"201-500",
|
|
"500+",
|
|
];
|
|
|
|
export const RESTRICTED_URLS = [
|
|
"404",
|
|
"accounts",
|
|
"api",
|
|
"create-workspace",
|
|
"error",
|
|
"god-mode",
|
|
"installations",
|
|
"invitations",
|
|
"onboarding",
|
|
"profile",
|
|
"spaces",
|
|
"workspace-invitations",
|
|
];
|