/** * 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; };