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

    Interface ConnectorGlobalWebhookHandler

    interface ConnectorGlobalWebhookHandler {
        key: string;
        methods: { handle: ConnectorMethodImplementation };
    }
    Index

    Properties

    Properties

    key: string
    methods: { handle: ConnectorMethodImplementation }