14 lines
1.1 KiB
TypeScript
14 lines
1.1 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const PatientCreateOrConnectWithoutProceduresInputObjectSchema: z.ZodType<Prisma.PatientCreateOrConnectWithoutProceduresInput>;
|
|
export declare const PatientCreateOrConnectWithoutProceduresInputObjectZodSchema: z.ZodObject<{
|
|
where: z.ZodLazy<z.ZodType<Prisma.PatientWhereUniqueInput, z.ZodTypeDef, Prisma.PatientWhereUniqueInput>>;
|
|
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientCreateWithoutProceduresInput, z.ZodTypeDef, Prisma.PatientCreateWithoutProceduresInput>>, z.ZodLazy<z.ZodType<Prisma.PatientUncheckedCreateWithoutProceduresInput, z.ZodTypeDef, Prisma.PatientUncheckedCreateWithoutProceduresInput>>]>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create: Prisma.PatientCreateWithoutProceduresInput | Prisma.PatientUncheckedCreateWithoutProceduresInput;
|
|
where: Prisma.PatientWhereUniqueInput;
|
|
}, {
|
|
create: Prisma.PatientCreateWithoutProceduresInput | Prisma.PatientUncheckedCreateWithoutProceduresInput;
|
|
where: Prisma.PatientWhereUniqueInput;
|
|
}>;
|
|
//# sourceMappingURL=PatientCreateOrConnectWithoutProceduresInput.schema.d.ts.map
|