export const defaultPricesData = [ { id: "price-set-money-amount-USD", currency_code: "USD", amount: 500, title: "price set money amount USD", price_set_id: "price-set-1", rules_count: 1, }, { id: "price-set-money-amount-EUR", currency_code: "EUR", amount: 400, title: "price set money amount EUR", price_set_id: "price-set-2", rules_count: 1, }, { id: "price-set-money-amount-CAD", currency_code: "CAD", amount: 600, title: "price set money amount CAD", price_set_id: "price-set-3", rules_count: 1, }, ]