Type Alias VoicemailsGetUsersVoicemailsQueryParams

VoicemailsGetUsersVoicemailsQueryParams: {
    from?: string;
    next_page_token?: string;
    page_size?: number;
    status?: string;
    to?: string;
    trash?: boolean;
}