Variable DiscountTargetDistinctFieldsSchemaConst
DiscountTargetDistinctFieldsSchema: ZodArray<
ZodEnum<
{
categoryId: "categoryId";
discountId: "discountId";
id: "id";
priceLevelId: "priceLevelId";
productId: "productId";
storeId: "storeId";
type: "type";
variantId: "variantId";
},
>,
> = ...