Type Alias SMSGetSMSSessionDetailsQueryParams

SMSGetSMSSessionDetailsQueryParams: {
    from?: string;
    next_page_token?: string;
    page_size?: number;
    sort?: number;
    to?: string;
}