UNPKG
mailersend
Version:
latest (3.1.0)
3.1.0
3.0.0
2.8.0
2.7.0
2.6.0
2.5.0
2.4.1
2.4.0
2.3.0
2.2.0
2.1.2
2.1.1
2.1.0
2.0.5
2.0.4
2.0.2
2.0.1
2.0.0
1.5.0
1.4.6
1.4.5
1.4.3
1.4.2
1.4.1
1.3.2
1.3.1
1.3.0
1.2.0
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
Node.js helper module for MailerSend API
www.mailersend.com
mailersend/mailersend-nodejs
mailersend
/
lib
/
models
/
sms
/
Recipient.d.ts
6 lines
(5 loc)
•
171 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Pagination
}
from
"../Pagination"
;
export
interface
SmsRecipientQueryParams
extends
Pagination
{
status
?:
"active"
|
"opt_out"
;
sms_number_id
?:
string
; }