export class WebhookConfigUpdateAttributes { 'contact-email'?: string enabled?: boolean 'shared-secret'?: string // >= 8 characters url?: string }