calcom/lib/webhook.ts
Omar López 30f97117e8
Revert "Revert "Feature/cal 274 add webhooks (#628)" (#854)" (#876)
This reverts commit 6868474c92.

Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
2021-10-07 15:14:47 +00:00

3 lines
119 B
TypeScript

import { Webhook as PrismaWebhook } from "@prisma/client";
export type Webhook = PrismaWebhook & { prevState: null };