This repository has been archived on 2024-06-21. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
NitroPlusTranslator/src/app/services/translate.dto.ts

2 lines
60 B
TypeScript

export type GoogleTranslateResponse = Array<Array<string>>;