Skip to main content

Variable: DictDrawnEntitySchema

const DictDrawnEntitySchema: ZodObject<{ height: ZodOptional<ZodNumber>; id: ZodUnion<readonly [ZodDefault<ZodNullable<ZodInt>>]>; style: ZodDefault<ZodCustom<Styles, Styles>>; type: ZodLiteral<"dict">; value: ZodDefault<ZodUnion<readonly [ZodRecord<ZodString, ZodDefault<ZodNullable<ZodInt>>>, ZodArray<ZodTuple<[ZodUnion<readonly [ZodString, ZodDefault<...>]>, ZodDefault<ZodNullable<ZodInt>>], null>>]>>; width: ZodOptional<ZodNumber>; x: ZodOptional<ZodNumber>; y: ZodOptional<ZodNumber>; }, $strict>

Defined in: types.ts:99