initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import type { Prisma } from '../../generated/prisma';
|
||||
import * as z from 'zod';
|
||||
import { InsuranceCredentialWhereInputObjectSchema as InsuranceCredentialWhereInputObjectSchema } from './objects/InsuranceCredentialWhereInput.schema';
|
||||
|
||||
export const InsuranceCredentialDeleteManySchema: z.ZodType<Prisma.InsuranceCredentialDeleteManyArgs> = z.object({ where: InsuranceCredentialWhereInputObjectSchema.optional() }).strict() as unknown as z.ZodType<Prisma.InsuranceCredentialDeleteManyArgs>;
|
||||
|
||||
export const InsuranceCredentialDeleteManyZodSchema = z.object({ where: InsuranceCredentialWhereInputObjectSchema.optional() }).strict();
|
||||
Reference in New Issue
Block a user