interface ServerMaintenance {
    reason: string;
    startDate?: Date;
}

Properties

Properties

reason: string
startDate?: Date