Type Alias VoicemailsGetAccountVoicemailsQueryParams

VoicemailsGetAccountVoicemailsQueryParams: {
    from?: string;
    next_page_token?: string;
    owner_type?: string;
    page_size?: number;
    site_id?: string;
    status?: string;
    to?: string;
    trashed?: boolean;
    voicemail_type?: string;
}