/** Define a date to perform the upgrade intervention */
export interface ScheduleUpgradePayload {
    /** A backup has been performed by the user prior to the intervention date */
    hasPerformedBackup: boolean;
    /** Wanted beginning date for the upgrade intervention */
    wantedBeginningDate: string;
}
//# sourceMappingURL=ScheduleUpgradePayload.d.ts.map