Skip to main content

ListCalendarDaysResponseContent

Type Alias ListCalendarDaysResponseContent 

Source
pub type ListCalendarDaysResponseContent = CalendarDayListPayload;

Aliased Type§

pub struct ListCalendarDaysResponseContent {
    pub days: Vec<CalendarPeriod>,
}

Fields§

§days: Vec<CalendarPeriod>