import { V2TemplateTranslation } from '../v2-template-translation'; export interface V2ListTranslationsResponse { /** List of V2TemplateTranslationResponses */ translations?: V2TemplateTranslation[]; }