Skip to content

Variable: ProjectRoleGroupSchema

ts
const ProjectRoleGroupSchema: ZodObject<{
  displayName: ZodOptional<ZodString>;
  groupId: ZodOptional<ZodString>;
  name: ZodOptional<ZodString>;
}, $loose>;

Defined in: src/cloud/models/projectRoleGroup.ts:5

Details of the group associated with the role.