Cleanup imports

This commit is contained in:
David Majdandžić
2023-04-05 17:00:25 +02:00
parent eb22a43ee2
commit 7a4aa1eb9c
23 changed files with 88 additions and 100 deletions

View File

@@ -4,7 +4,7 @@ import {PDU, SerializedJob} from "../CommonObjects";
const smpp = require("smpp");
// TODO: Use pdu.data_coding for data coding
// See available schemes here https://messaggio.com/industry-specifications-and-standards/smpp-data-coding-scheme/
export class Job {
export default class Job {
static readonly STATE_CHANGED: string = "STATE_CHANGED";
private eventEmitter: EventEmitter = new EventEmitter();