Skip to main content

Variable: SetDrawnEntitySchema

const SetDrawnEntitySchema: ZodObject<{ height: ZodOptional<ZodNumber>; id: ZodUnion<readonly [ZodDefault<ZodNullable<ZodInt>>]>; style: ZodDefault<ZodCustom<Styles, Styles>>; type: ZodUnion<readonly [ZodLiteral<"set">, ZodLiteral<"frozenset">]>; value: ZodDefault<ZodArray<ZodDefault<ZodNullable<ZodInt>>>>; width: ZodOptional<ZodNumber>; x: ZodOptional<ZodNumber>; y: ZodOptional<ZodNumber>; }, $strict>

Defined in: types.ts:92