huridocs/uwazi

View on GitHub
app/api/externalIntegrations.v2/automaticTranslation/contracts/ATGateway.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { LanguageISO6391 } from 'shared/types/commonTypes';

export interface ATGateway {
  supportedLanguages(): Promise<LanguageISO6391[]>;
}