Variable VariantOwnIncludeSchemaJsonConst
VariantOwnIncludeSchemaJson: ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
attributes: ZodOptional<ZodCoercedBoolean<unknown>>;
discounts: ZodOptional<ZodCoercedBoolean<unknown>>;
prices: ZodOptional<ZodCoercedBoolean<unknown>>;
product: ZodOptional<ZodCoercedBoolean<unknown>>;
quantities: ZodOptional<ZodCoercedBoolean<unknown>>;
serrialNumbers: ZodOptional<ZodCoercedBoolean<unknown>>;
warranties: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
>,
> = ...