Interface ConnectorGlobalWebhookHandleResponse

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

Properties

Properties

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