Type Alias SMSGetUsersSMSSessionsQueryParams

SMSGetUsersSMSSessionsQueryParams: {
    filter_type?: string;
    from?: string;
    next_page_token?: string;
    page_size?: number;
    phone_number?: string;
    session_type?: string;
    to?: string;
}