Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface SendGenericEventRequestData<T>

    interface SendGenericEventRequestData<T extends Recipient> {
        sendEventRequestBody: SendGenericEventRequest<T>;
    }

    Type Parameters

    Index

    Properties

    sendEventRequestBody: SendGenericEventRequest<T>

    The event to be sent.