Skip to main content

Variable: referenceSchema

const referenceSchema: ZodObject<{ title: ZodOptional<ZodString>; type: ZodOptional<ZodEnum<{ curriculum: "curriculum"; doi: "doi"; other: "other"; paper: "paper"; website: "website"; }>>; url: ZodString; }, $strip>

Defined in: web/lib/schemas/governance.ts:100

Reference supporting a proposal.