MCPcopy
hub / github.com/ether/etherpad / MaintenanceWindow

Interface MaintenanceWindow

src/node/updater/types.ts:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected