export enum I18nType {
  NOTIFICATION = 'notification',
  API_RESPONSE = 'api-response'
}
