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