mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-01 19:32:57 -05:00
Add new client endpoints & webhook functionality (#355)
* add new zod schema for responses * add new client endpoints for responses * add services for responses and surveys * add new responses model to webhooks & email --------- Co-authored-by: Johannes <johannes@formbricks.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { PrismaClient } from "@prisma/client";
|
||||
import "../types/jsonTypes";
|
||||
import "../jsonTypes";
|
||||
|
||||
declare global {
|
||||
var prisma: PrismaClient | undefined;
|
||||
|
||||
Reference in New Issue
Block a user