| 1 | export default interface Document { |
| 2 | id: number; |
| 3 | datasetId: number; |
| 4 | name: string; |
| 5 | hashCode: string; |
| 6 | state: string; |
| 7 | fileKey: string; |
| 8 | size: number; |
| 9 | tags: string[]; |
| 10 | type: string; |
| 11 | createTime: string; |
| 12 | updateTime: string; |
| 13 | } |
nothing calls this directly
no outgoing calls
no test coverage detected