4 lines
No EOL
63 B
TypeScript
4 lines
No EOL
63 B
TypeScript
export type DownloadedFile = {
|
|
path: string,
|
|
lang: string
|
|
} |