first commit
This commit is contained in:
10
calcom/packages/app-store/pipedrive-crm/zod.ts
Normal file
10
calcom/packages/app-store/pipedrive-crm/zod.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { z } from "zod";
|
||||
|
||||
import { eventTypeAppCardZod } from "../eventTypeAppCardZod";
|
||||
|
||||
export const appKeysSchema = z.object({
|
||||
client_id: z.string().min(1),
|
||||
client_secret: z.string().min(1),
|
||||
});
|
||||
|
||||
export const appDataSchema = eventTypeAppCardZod;
|
||||
Reference in New Issue
Block a user