mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-01 00:08:27 +01:00
19 lines
515 B
TypeScript
19 lines
515 B
TypeScript
/**
|
|
* Generated by Orval
|
|
* Do not edit manually.
|
|
* See `gen:api` script in package.json
|
|
*/
|
|
|
|
/**
|
|
* Assign this root role to auto created users
|
|
*/
|
|
export type SamlSettingsResponseSchemaDefaultRootRole =
|
|
(typeof SamlSettingsResponseSchemaDefaultRootRole)[keyof typeof SamlSettingsResponseSchemaDefaultRootRole];
|
|
|
|
// eslint-disable-next-line @typescript-eslint/no-redeclare
|
|
export const SamlSettingsResponseSchemaDefaultRootRole = {
|
|
Viewer: 'Viewer',
|
|
Editor: 'Editor',
|
|
Admin: 'Admin',
|
|
} as const;
|