Variable: ProjectFieldSchema
ts
const ProjectFieldSchema: ZodObject<{
description: ZodOptional<ZodString>;
fieldId: ZodOptional<ZodString>;
isRequired: ZodOptional<ZodBoolean>;
projectId: ZodOptional<ZodNumber>;
workTypeId: ZodOptional<ZodNumber>;
}, $loose>;Defined in: src/cloud/models/projectField.ts:4