1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/frontend/src/interfaces/token.ts
olav e6b72ff4a0 feat: add CORS instance settings (#1239)
* feat: add CORS instance settings

* refactor: hide the CORS page when embedProxy is false
2022-08-23 14:04:09 +02:00

6 lines
97 B
TypeScript

export enum TokenType {
ADMIN = 'ADMIN',
CLIENT = 'CLIENT',
FRONTEND = 'FRONTEND',
}