CreateWebhookOptions: {
    eventFilters?: WebhookEventFilter[];
    eventType: WebhookEventType;
    eventTypeFilter?: WebhookEventTypeFilter;
    networkId: string;
    notificationUri: string;
    signatureHeader?: string;
}

Options for creating a Webhook.

Type declaration