interface FormattingLocaleInfo { /** * Internal identifier of a formatting language */ id?: string; /** * Localization code of a formatting language */ localeCode?: string; /** * */ name?: string; } export default FormattingLocaleInfo;