mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +10:00
chore: use cuids for webhooks
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import { prisma } from '@documenso/prisma';
|
||||
|
||||
export type DeleteWebhookByIdOptions = {
|
||||
id: number;
|
||||
id: string;
|
||||
userId: number;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user