/* * This file is automatically generated. * Run 'pnpm run generate:locales' to update. */ import type { CommerceDefinition } from '../../..'; import department from './department'; import product_name from './product_name'; const commerce: CommerceDefinition = { department, product_name, }; export default commerce;