1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-06-14 01:16:17 +02:00
unleash.unleash/frontend/src/openapi/models/createRoleWithPermissionsSchemaAnyOfFourPermissionsItem.ts

15 lines
394 B
TypeScript

/**
* Generated by Orval
* Do not edit manually.
* See `gen:api` script in package.json
*/
export type CreateRoleWithPermissionsSchemaAnyOfFourPermissionsItem = {
/** The id of the permission */
id: number;
/** The name of the permission */
name?: string;
/** The environments of the permission if the permission is environment specific */
environment?: string;
};