export interface IDatabaseClusterMaintenanceWindow {
    day: string;
    hour: string;
}
