mirror of
https://github.com/Unleash/unleash.git
synced 2025-10-04 11:17:02 +02:00
* refactor: remove unused securityLogger * refactor: port commonStyles to TS * refactor: port testIds to TS * refactor: move app.css into themes * refactor: use absolute import paths * refactor: port LayoutPicker to TS * refactor: port routes to TS * refactor: port ScrollTop to TS * refactor: update unused/missing ScrollTop exceptions * refactor: remove unused route flags field * refactor: change constants ext to TS * refactor: remove unused testData file * refactor: port styles to TS * refactor: wait before typing in auth spec
9 lines
207 B
TypeScript
9 lines
207 B
TypeScript
export const P = 'P';
|
|
export const C = 'C';
|
|
export const E = 'E';
|
|
export const RBAC = 'RBAC';
|
|
export const EEA = 'EEA';
|
|
export const RE = 'RE';
|
|
export const SE = 'SE';
|
|
export const PROJECTFILTERING = false;
|