| 47 | } |
| 48 | |
| 49 | export interface MdState { |
| 50 | lastCompileAt: string; |
| 51 | totalCompiles: number; |
| 52 | groupCounts: Record<string, string>; |
| 53 | pageHashes: Record<string, string>; |
| 54 | } |
| 55 | |
| 56 | export interface CompileOptions { |
| 57 | full?: boolean; |
nothing calls this directly
no outgoing calls
no test coverage detected