anvil/striker-ui/types/FileType.d.ts

2 lines
52 B
TypeScript
Raw Normal View History

declare type FileType = 'iso' | 'other' | 'script';