Skip to main content

Variable: ClassDrawnEntitySchema

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

Defined in: types.ts:112