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