Skip to content

openpra-monorepo


Variable: TopEventSchema

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

Defined in: core/events.ts:118