Variable ProductWarrantyOwnIncludeSchemaJsonConst
ProductWarrantyOwnIncludeSchemaJson: ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
policy: ZodOptional<ZodCoercedBoolean<unknown>>;
product: ZodOptional<ZodCoercedBoolean<unknown>>;
variant: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
>,
> = ...