Type Alias ContactsSearchCompanyContactsQueryParams

ContactsSearchCompanyContactsQueryParams: {
    contact_types?: number;
    next_page_token?: string;
    page_size?: number;
    query_presence_status?: boolean;
    search_key: string;
    user_status?: "active" | "inactive";
}