Skip to content

openpra-monorepo


Variable: FunctionalEventSchema

const FunctionalEventSchema: ZodObject<{ description: ZodOptional<ZodString>; eventType: ZodLiteral<"FUNCTIONAL">; name: ZodString; uuid: ZodString; }, $strip>

Defined in: core/events.ts:113