Variable PriceLevelOwnIncludeSchemaConst
PriceLevelOwnIncludeSchema: ZodObject<
{
currency: ZodOptional<ZodCoercedBoolean<unknown>>;
discounts: ZodOptional<ZodCoercedBoolean<unknown>>;
prices: ZodOptional<ZodCoercedBoolean<unknown>>;
stores: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
> = ...