Type Alias DashboardsListWebinarsQueryParams

DashboardsListWebinarsQueryParams: {
    from: string;
    group_id?: string;
    next_page_token?: string;
    page_size?: number;
    to: string;
    type?: string;
}