Skip to main content

Variable: StringDrawnEntitySchema

const StringDrawnEntitySchema: ZodObject<{ height: ZodOptional<ZodNumber>; id: ZodUnion<readonly [ZodDefault<ZodNullable<ZodInt>>]>; style: ZodDefault<ZodCustom<Styles, Styles>>; type: ZodUnion<readonly [ZodLiteral<"str">, ZodLiteral<"complex">, ZodLiteral<"bytes">, ZodLiteral<"range">, ZodLiteral<"date">, ZodLiteral<"None">, ZodLiteral<"NoneType">]>; value: ZodDefault<ZodNullable<ZodString>>; width: ZodOptional<ZodNumber>; x: ZodOptional<ZodNumber>; y: ZodOptional<ZodNumber>; }, $strict>

Defined in: types.ts:69