Files
calendar/lib/webhook.ts
T
2021-10-07 15:14:47 +00:00

4 lines
119 B
TypeScript

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