import { WebhookConfigUpdateAttributes } from '../WebhookConfigUpdateAttributes' export class UpdateWebhookRequest { include?: string webhookID: string data: { type?: string // 'webhook-configs' attributes: WebhookConfigUpdateAttributes } }