Type Alias ReportsGetActiveOrInactiveHostReportsQueryParams

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