Variable ItemOwnIncludeSchemaJsonConst
ItemOwnIncludeSchemaJson: ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
attributes: ZodOptional<ZodCoercedBoolean<unknown>>;
category: ZodOptional<ZodCoercedBoolean<unknown>>;
quantities: ZodOptional<ZodCoercedBoolean<unknown>>;
serials: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
>,
> = ...