/** Sms history of sms incoming received */
export interface Incoming {
    /**  */
    creationDatetime: string;
    /**  */
    credits: number;
    /**  */
    id: number;
    /**  */
    message: string;
    /**  */
    sender: string;
    /**  */
    tag: string;
}
//# sourceMappingURL=Incoming.d.ts.map