UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

86 lines (85 loc) 3.69 kB
/** * This file was auto-generated by Fern from our API Definition. */ import * as Intercom from "../../../index"; /** * The Translated Content of an Group. The keys are the locale codes and the values are the translated content of the Group. */ export interface GroupTranslatedContent { /** The type of object - group_translated_content. */ type?: string; /** The content of the group in Arabic */ ar?: Intercom.unstable.GroupContent; /** The content of the group in Bulgarian */ bg?: Intercom.unstable.GroupContent; /** The content of the group in Bosnian */ bs?: Intercom.unstable.GroupContent; /** The content of the group in Catalan */ ca?: Intercom.unstable.GroupContent; /** The content of the group in Czech */ cs?: Intercom.unstable.GroupContent; /** The content of the group in Danish */ da?: Intercom.unstable.GroupContent; /** The content of the group in German */ de?: Intercom.unstable.GroupContent; /** The content of the group in Greek */ el?: Intercom.unstable.GroupContent; /** The content of the group in English */ en?: Intercom.unstable.GroupContent; /** The content of the group in Spanish */ es?: Intercom.unstable.GroupContent; /** The content of the group in Estonian */ et?: Intercom.unstable.GroupContent; /** The content of the group in Finnish */ fi?: Intercom.unstable.GroupContent; /** The content of the group in French */ fr?: Intercom.unstable.GroupContent; /** The content of the group in Hebrew */ he?: Intercom.unstable.GroupContent; /** The content of the group in Croatian */ hr?: Intercom.unstable.GroupContent; /** The content of the group in Hungarian */ hu?: Intercom.unstable.GroupContent; /** The content of the group in Indonesian */ id?: Intercom.unstable.GroupContent; /** The content of the group in Italian */ it?: Intercom.unstable.GroupContent; /** The content of the group in Japanese */ ja?: Intercom.unstable.GroupContent; /** The content of the group in Korean */ ko?: Intercom.unstable.GroupContent; /** The content of the group in Lithuanian */ lt?: Intercom.unstable.GroupContent; /** The content of the group in Latvian */ lv?: Intercom.unstable.GroupContent; /** The content of the group in Mongolian */ mn?: Intercom.unstable.GroupContent; /** The content of the group in Norwegian */ nb?: Intercom.unstable.GroupContent; /** The content of the group in Dutch */ nl?: Intercom.unstable.GroupContent; /** The content of the group in Polish */ pl?: Intercom.unstable.GroupContent; /** The content of the group in Portuguese (Portugal) */ pt?: Intercom.unstable.GroupContent; /** The content of the group in Romanian */ ro?: Intercom.unstable.GroupContent; /** The content of the group in Russian */ ru?: Intercom.unstable.GroupContent; /** The content of the group in Slovenian */ sl?: Intercom.unstable.GroupContent; /** The content of the group in Serbian */ sr?: Intercom.unstable.GroupContent; /** The content of the group in Swedish */ sv?: Intercom.unstable.GroupContent; /** The content of the group in Turkish */ tr?: Intercom.unstable.GroupContent; /** The content of the group in Vietnamese */ vi?: Intercom.unstable.GroupContent; /** The content of the group in Portuguese (Brazil) */ "pt-BR"?: Intercom.unstable.GroupContent; /** The content of the group in Chinese (China) */ "zh-CN"?: Intercom.unstable.GroupContent; /** The content of the group in Chinese (Taiwan) */ "zh-TW"?: Intercom.unstable.GroupContent; }