Home > @tridion-sites/open-api-client > TranslationInfo
Contains information about the translation state of the Item.
Signature:
export type TranslationInfo = {
ContextLanguage?: TmsLanguage;
TranslationFrom?: TranslationDetails;
TranslationTo?: Array<TranslationDetails>;
};
References: TmsLanguage, TranslationDetails