| 9 | } |
| 10 | |
| 11 | export interface PageDoc { |
| 12 | filepath: string; |
| 13 | title: string; |
| 14 | description: string; |
| 15 | link: string; |
| 16 | data: Data; |
| 17 | type: string; |
| 18 | dependencies: string[]; |
| 19 | group?: string; |
| 20 | } |
| 21 | |
| 22 | export interface Data { |
| 23 | description: string; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…