| 8 | * window. See `MaintenanceWindow.ts` for the parser/predicate implementation. |
| 9 | */ |
| 10 | export interface MaintenanceWindow { |
| 11 | start: string; |
| 12 | end: string; |
| 13 | tz: 'local' | 'utc'; |
| 14 | } |
| 15 | |
| 16 | export interface ReleaseInfo { |
| 17 | /** semver string without leading 'v', e.g. "2.7.2". */ |
nothing calls this directly
no outgoing calls
no test coverage detected