Integration App React - v2.21.0
    Preparing search index...

    Interface ExternalEventWebhookHandleResponse<EventPayload>

    interface ExternalEventWebhookHandleResponse<EventPayload = any> {
        events?: EventPayload[];
        response?: {
            headers?: Record<string, string>;
            data?: any;
            status?: number;
        };
        state?: Record<string, any>;
    }

    Type Parameters

    • EventPayload = any
    Index

    Properties

    events?: EventPayload[]
    response?: { headers?: Record<string, string>; data?: any; status?: number }
    state?: Record<string, any>