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