Variable: BaseDrawnEntitySchema
constBaseDrawnEntitySchema:ZodObject<{height:ZodOptional<ZodNumber>;id:ZodUnion<readonly [ZodDefault<ZodNullable<ZodInt>>]>;style:ZodDefault<ZodCustom<Styles,Styles>>;width:ZodOptional<ZodNumber>;x:ZodOptional<ZodNumber>;y:ZodOptional<ZodNumber>; },$strict>
Defined in: types.ts:26