3 lines
119 B
TypeScript
3 lines
119 B
TypeScript
import { Webhook as PrismaWebhook } from "@prisma/client";
|
|
|
|
export type Webhook = PrismaWebhook & { prevState: null };
|