Variable PriceUpdateSchemaConst
PriceUpdateSchema: ZodObject<
{
cost: ZodOptional<ZodCoercedNumber<unknown>>;
description: ZodOptional<ZodOptional<ZodString>>;
price: ZodOptional<ZodCoercedNumber<unknown>>;
priceLevelId: ZodOptional<ZodCoercedNumber<unknown>>;
variantId: ZodOptional<ZodCoercedNumber<unknown>>;
},
$strip,
> = ...