Variable: IntDrawnEntitySchema
constIntDrawnEntitySchema: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>
Defined in: types.ts:51