The contract of a sender service.

Export

ISenderAPI

interface ISenderAPI {
    send(data): Promise<void>;
}

Methods

Methods