@theophilusdev/conduit
    Preparing search index...

    Interface Sendable

    interface Sendable {
        send(body: ConduitSendableBody): Promise<SentMessage>;
        shareContact(
            message: ConduitSendableBody,
            userID: string,
        ): Promise<SentMessage>;
    }

    Hierarchy (View Summary)

    Index

    Methods