initial commit
This commit is contained in:
14
packages/db/shared/schemas/objects/PatientCreateOrConnectWithoutClaimsInput.schema.d.ts
vendored
Normal file
14
packages/db/shared/schemas/objects/PatientCreateOrConnectWithoutClaimsInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const PatientCreateOrConnectWithoutClaimsInputObjectSchema: z.ZodType<Prisma.PatientCreateOrConnectWithoutClaimsInput>;
|
||||
export declare const PatientCreateOrConnectWithoutClaimsInputObjectZodSchema: z.ZodObject<{
|
||||
where: z.ZodLazy<z.ZodType<Prisma.PatientWhereUniqueInput, z.ZodTypeDef, Prisma.PatientWhereUniqueInput>>;
|
||||
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientCreateWithoutClaimsInput, z.ZodTypeDef, Prisma.PatientCreateWithoutClaimsInput>>, z.ZodLazy<z.ZodType<Prisma.PatientUncheckedCreateWithoutClaimsInput, z.ZodTypeDef, Prisma.PatientUncheckedCreateWithoutClaimsInput>>]>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
create: Prisma.PatientCreateWithoutClaimsInput | Prisma.PatientUncheckedCreateWithoutClaimsInput;
|
||||
where: Prisma.PatientWhereUniqueInput;
|
||||
}, {
|
||||
create: Prisma.PatientCreateWithoutClaimsInput | Prisma.PatientUncheckedCreateWithoutClaimsInput;
|
||||
where: Prisma.PatientWhereUniqueInput;
|
||||
}>;
|
||||
//# sourceMappingURL=PatientCreateOrConnectWithoutClaimsInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user