Files
psp_api/src/modules/admin/translate/dto/translate-response.dto.ts
T

4 lines
176 B
TypeScript
Raw Normal View History

import type { TranslateService } from '../translate.service'
export type TranslateServiceGetTranslationsResponseDto = Awaited<ReturnType<TranslateService['getTranslations']>>