OrganizationWebhook: Omit<Webhook, "projectId" | "events"> & {
    events: OrganizationWebhooksModel.Event[];
}