4 lines
176 B
TypeScript
4 lines
176 B
TypeScript
|
|
import type { TranslateService } from '../translate.service'
|
||
|
|
|
||
|
|
export type TranslateServiceGetTranslationsResponseDto = Awaited<ReturnType<TranslateService['getTranslations']>>
|