Type Alias ReportsGetUpcomingEventsReportResponse

ReportsGetUpcomingEventsReportResponse: {
    from?: string;
    next_page_token?: string;
    page_size?: number;
    to?: string;
    upcoming_events?: {
        dept?: string;
        host_id?: string;
        host_name?: string;
        id?: string;
        start_time?: string;
        topic?: string;
    }[];
}