Membrane React - v0.2.1
    Preparing search index...

    Interface ConnectorGlobalWebhookHandleResponse

    interface ConnectorGlobalWebhookHandleResponse {
        events: { payload: any; selector: string }[];
        response?: {
            headers?: Record<string, string>;
            data?: any;
            status?: number;
        };
    }
    Index

    Properties

    Properties

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