@@ -1,5 +1,5 @@
|
||||
import { CollaborationType, CollaboratorsOnTypebots } from '@typebot.io/prisma'
|
||||
import { z } from 'zod'
|
||||
import { z } from '../zod'
|
||||
|
||||
export const collaboratorSchema = z.object({
|
||||
type: z.nativeEnum(CollaborationType),
|
||||
|
||||
Reference in New Issue
Block a user