interface TeamSettingsDaysOffPatch {
    daysOff?: DateRange[];
}

Properties

Properties

daysOff?: DateRange[]