import { Event } from '../../events'; export interface WebhookUpdateDTO { events?: Event[]; endpointUrl?: string; }