More fix
parent
c185883e5a
commit
c47329c292
|
@ -2,7 +2,7 @@ import { z } from "zod";
|
|||
|
||||
import { _WebhookModel as Webhook } from "@calcom/prisma/zod";
|
||||
|
||||
export const WebhookTriggerEvents: {
|
||||
export const WebhookTriggerEvents = {
|
||||
BOOKING_CREATED: 'BOOKING_CREATED',
|
||||
BOOKING_RESCHEDULED: 'BOOKING_RESCHEDULED',
|
||||
BOOKING_CANCELLED: 'BOOKING_CANCELLED'
|
||||
|
|
Loading…
Reference in New Issue