import { EU } from './eu'
import { FE } from './fe'
import { NA } from './na'

export const sellingPartnerRegions = {
  EU,
  FE,
  NA,
} as const
