calcom/apps/web/lib/webhook.ts
2022-02-10 14:22:45 -07:00

3 lines
119 B
TypeScript

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