Skip to content

openpra-monorepo


Variable: PeerReviewerSchema

const PeerReviewerSchema: ZodObject<{ assignedTechnicalElementCodes: ZodArray<ZodString>; id: ZodString; name: ZodString; organization: ZodOptional<ZodString>; qualification: ZodOptional<ZodString>; qualifications: ZodArray<ZodString>; role: ZodEnum<{ EXTERNAL_AUDITOR: "EXTERNAL_AUDITOR"; EXTERNAL_PEER_REVIEWER: "EXTERNAL_PEER_REVIEWER"; INTERNAL_APPROVER: "INTERNAL_APPROVER"; INTERNAL_REVIEWER: "INTERNAL_REVIEWER"; }>; title: ZodOptional<ZodString>; }, $strip>

Defined in: workflows/peer-review.ts:16