Hierarchy

  • TranslateProxyInterface

Implemented by

Properties

translateJsonValue: ((dto: TranslateJsonValueDto) => Promise<ResponseDto<any>>)

Type declaration

translateMultiLanguage: ((dto: TranslateMultiLanguageDto) => Promise<ResponseDto<any>>)

Type declaration

translateMultiSentence: ((dto: SentenceWithKey[]) => Promise<ResponseDto<any>>)

Type declaration

translateSentence: ((dto: Sentence) => Promise<ResponseDto<any>>)

Type declaration

Generated using TypeDoc