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 ClaimCreateOrConnectWithoutPatientInputObjectSchema: z.ZodType<Prisma.ClaimCreateOrConnectWithoutPatientInput>;
|
|
export declare const ClaimCreateOrConnectWithoutPatientInputObjectZodSchema: z.ZodObject<{
|
|
where: z.ZodLazy<z.ZodType<Prisma.ClaimWhereUniqueInput, z.ZodTypeDef, Prisma.ClaimWhereUniqueInput>>;
|
|
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimCreateWithoutPatientInput, z.ZodTypeDef, Prisma.ClaimCreateWithoutPatientInput>>, z.ZodLazy<z.ZodType<Prisma.ClaimUncheckedCreateWithoutPatientInput, z.ZodTypeDef, Prisma.ClaimUncheckedCreateWithoutPatientInput>>]>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create: Prisma.ClaimUncheckedCreateWithoutPatientInput | Prisma.ClaimCreateWithoutPatientInput;
|
|
where: Prisma.ClaimWhereUniqueInput;
|
|
}, {
|
|
create: Prisma.ClaimUncheckedCreateWithoutPatientInput | Prisma.ClaimCreateWithoutPatientInput;
|
|
where: Prisma.ClaimWhereUniqueInput;
|
|
}>;
|
|
//# sourceMappingURL=ClaimCreateOrConnectWithoutPatientInput.schema.d.ts.map
|