Variable: ProjectRoleUserSchema
ts
const ProjectRoleUserSchema: ZodObject<{
accountId: ZodOptional<ZodString>;
}, $loose>;Defined in: src/cloud/models/projectRoleUser.ts:5
Details of the user associated with the role.