Variable: DrawnEntitySchema
constDrawnEntitySchema:ZodDiscriminatedUnion<[ZodObject<{height:ZodOptional<ZodNumber>;id:ZodUnion<readonly [ZodDefault<ZodNullable<ZodInt>>]>;style:ZodDefault<ZodCustom<Styles,Styles>>;type:ZodLiteral<"int">;value:ZodDefault<ZodNullable<ZodInt>>;width:ZodOptional<ZodNumber>;x:ZodOptional<ZodNumber>;y:ZodOptional<ZodNumber>; },$strict>,ZodObject<{height:ZodOptional<ZodNumber>;id:ZodUnion<readonly [ZodDefault<ZodNullable<ZodInt>>]>;style:ZodDefault<ZodCustom<Styles,Styles>>;type:ZodLiteral<"float">;value:ZodDefault<ZodNullable<ZodNumber>>;width:ZodOptional<ZodNumber>;x:ZodOptional<ZodNumber>;y:ZodOptional<ZodNumber>; },$strict>,ZodObject<{height:ZodOptional<ZodNumber>;id:ZodUnion<readonly [ZodDefault<ZodNullable<ZodInt>>]>;style:ZodDefault<ZodCustom<Styles,Styles>>;type:ZodLiteral<"bool">;value:ZodDefault<ZodNullable<ZodBoolean>>;width:ZodOptional<ZodNumber>;x:ZodOptional<ZodNumber>;y:ZodOptional<ZodNumber>; },$strict>],"type">
Defined in: types.ts:164