Skip to content

openpra-monorepo


Variable: CreateProjectRequestSchema

const CreateProjectRequestSchema: ZodObject<{ mode: ZodEnum<{ external-hazards: "external-hazards"; full-scope: "full-scope"; internal-events: "internal-events"; internal-hazards: "internal-hazards"; }>; name: ZodString; pageLayout: ZodOptional<ZodEnum<{ legacy: "legacy"; modern: "modern"; }>>; }, $strip>

Defined in: projects/ProjectSchema.ts:52