multi-downloader-nx/@types/downloadedFile.d.ts
2021-10-28 16:57:25 +02:00

4 lines
No EOL
63 B
TypeScript

export type DownloadedFile = {
path: string,
lang: string
}