Variable ProductOwnIncludeSchemaConst
ProductOwnIncludeSchema: ZodObject<
{
categories: ZodOptional<ZodCoercedBoolean<unknown>>;
discounts: ZodOptional<ZodCoercedBoolean<unknown>>;
variants: ZodOptional<ZodCoercedBoolean<unknown>>;
warranties: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
> = ...