| 41 | } |
| 42 | |
| 43 | export interface TypeGroup { |
| 44 | name: string; |
| 45 | categories: Array<{ |
| 46 | fullName: string; |
| 47 | items: RawItem[]; |
| 48 | }>; |
| 49 | } |
| 50 | |
| 51 | export interface SiteData { |
| 52 | categories: CategoryMeta[]; |
nothing calls this directly
no outgoing calls
no test coverage detected