UNPKG

modemjs

Version:

NPM package to simplify sending and receiving SMS with a GSM Modem on Node.js

6 lines (5 loc) 233 B
import { SMS } from './sms.model'; export interface ReceivedSMS extends SMS { id: number /** id position in phone memory or SIM memory */; submitTime: Date | null /** <scts> - arrival time of the message to the SC */; }