2 lines
52 B
TypeScript
2 lines
52 B
TypeScript
|
declare type FileType = 'iso' | 'other' | 'script';
|