feature/share-libs
ts 5 lines 89 Bytes
Raw
1 export interface Result {
2 id: number,
3 source_file: string,
4 filename: string
5 }