Type alias UpdateWebhookOptions

UpdateWebhookOptions: Pick<Webhook, "id"> & Partial<Pick<Webhook, "targetUrl" | "event" | "isActive" | "signingSecret">>

Generated using TypeDoc