| 29 | } |
| 30 | |
| 31 | export interface DataFile { |
| 32 | name: string |
| 33 | path: string |
| 34 | size: number |
| 35 | modified_at: number |
| 36 | record_count: number | null |
| 37 | type: string |
| 38 | } |
| 39 | |
| 40 | export interface Platform { |
| 41 | value: string |
nothing calls this directly
no outgoing calls
no test coverage detected