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

    Interface Webhook

    interface Webhook {
        type: WebhookType;
        url: string;
        secret?: string;
    }
    Index

    Properties

    Properties

    url: string
    secret?: string