| 16 | } |
| 17 | |
| 18 | export interface OVDirEntry { |
| 19 | uri: string; |
| 20 | name: string; |
| 21 | isDir: boolean; |
| 22 | size: number; |
| 23 | mode: number; |
| 24 | modTime: string; |
| 25 | abstract: string; |
| 26 | } |
| 27 | |
| 28 | export interface OVStatInfo { |
| 29 | name: string; |
nothing calls this directly
no outgoing calls
no test coverage detected