| 24 | } |
| 25 | |
| 26 | export interface RawItem { |
| 27 | title: string; |
| 28 | url: string; |
| 29 | countStr: string; |
| 30 | desc: string; |
| 31 | id: string; |
| 32 | } |
| 33 | |
| 34 | export interface DirectoryItem extends RawItem { |
| 35 | typeName: string; |
nothing calls this directly
no outgoing calls
no test coverage detected