Type Alias CallLogsGetUsersCallLogsQueryParams

CallLogsGetUsersCallLogsQueryParams: {
    from?: string;
    next_page_token?: string;
    page_size?: number;
    phone_number?: string;
    time_type?: string;
    to?: string;
    type?: string;
}