export type ValidTranslationKeys = | 'updateNotification.body' | 'updateNotification.title'; export type ValidTranslationLanguages = 'default'; /* TODO - Support more languages here */ // | "en" // | "es" // | "fr" // | "de" // | "it" // | "ja" // | "ko" // | "pt-BR" // | "ru" // | "zh-CN" // | "zh-TW";