Skip to content

openpra-monorepo


Variable: RadioactiveSourceSchema

const RadioactiveSourceSchema: ZodObject<{ barriers: ZodArray<ZodString>; description: ZodString; exclusionJustification: ZodOptional<ZodString>; location: ZodEnum<typeof SourceLocation>; name: ZodString; radionuclides: ZodArray<ZodString>; releasePaths: ZodArray<ZodString>; screeningStatus: ZodEnum<typeof ScreeningStatus>; status: ZodString; uuid: ZodString; }, $strip>

Defined in: pos/plant-operating-state-analysis.ts:87