1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/frontend/src/component/common/flags.js

7 lines
159 B
JavaScript
Raw Normal View History

export const P = 'P';
export const C = 'C';
export const E = 'E';
export const RBAC = 'RBAC';
2021-10-14 09:42:08 +02:00
export const EEA = 'EEA';
export const PROJECTFILTERING = false;