Type Alias CallLogsGetAccountsCallLogsQueryParams
CallLogsGetAccountsCallLogsQueryParams: {
charged_call_logs?: boolean;
from?: string;
next_page_token?: string;
page_size?: number;
path?: string;
site_id?: string;
time_type?: string;
to?: string;
type?: string;
}