| 6 | } |
| 7 | |
| 8 | export interface NodeTypesFile { |
| 9 | path: string; |
| 10 | type: string; |
| 11 | contentType: string; |
| 12 | integrity: string; |
| 13 | lastModified: string; |
| 14 | size: number; |
| 15 | } |
| 16 | |
| 17 | export interface NodeTypesDirectory { |
| 18 | path: string; |
nothing calls this directly
no outgoing calls
no test coverage detected