Add event listener support to client

This commit is contained in:
David Majdandžić
2023-03-28 03:15:44 +02:00
parent f0c1cae0e0
commit 1dd5b9ed7c
3 changed files with 8 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ export interface SmppSession {
username: string,
password: string,
sendPdu(pdu: object): Promise<object>;
sendPdu(pdu: object, force?: boolean): Promise<object>;
sendSingle(job: Job): Promise<object>;