UNPKG

@termii/node

Version:

Nodejs SDK wrapper for Termii API written with Typescript support

8 lines (7 loc) 201 B
import { BaseResponse } from './constants'; export interface ISendMessageWithNumber { to: string; sms: string; } export interface ISendMessageWithNumberResponse extends BaseResponse { }