export const ROLES = { // System Role admin: 'admin', user: 'user', // Workspace Role owner: 'owner', readOnly: 'readOnly', } as const;