interface BlackoutStartDate {
    daysOfTheWeek: number[];
    isBlackout: boolean;
}

Properties

daysOfTheWeek: number[]
isBlackout: boolean