17 lines
1.5 KiB
TypeScript
17 lines
1.5 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const ClaimUpsertWithWhereUniqueWithoutPatientInputObjectSchema: z.ZodType<Prisma.ClaimUpsertWithWhereUniqueWithoutPatientInput>;
|
|
export declare const ClaimUpsertWithWhereUniqueWithoutPatientInputObjectZodSchema: z.ZodObject<{
|
|
where: z.ZodLazy<z.ZodType<Prisma.ClaimWhereUniqueInput, z.ZodTypeDef, Prisma.ClaimWhereUniqueInput>>;
|
|
update: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimUpdateWithoutPatientInput, z.ZodTypeDef, Prisma.ClaimUpdateWithoutPatientInput>>, z.ZodLazy<z.ZodType<Prisma.ClaimUncheckedUpdateWithoutPatientInput, z.ZodTypeDef, Prisma.ClaimUncheckedUpdateWithoutPatientInput>>]>;
|
|
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;
|
|
update: Prisma.ClaimUncheckedUpdateWithoutPatientInput | Prisma.ClaimUpdateWithoutPatientInput;
|
|
}, {
|
|
create: Prisma.ClaimUncheckedCreateWithoutPatientInput | Prisma.ClaimCreateWithoutPatientInput;
|
|
where: Prisma.ClaimWhereUniqueInput;
|
|
update: Prisma.ClaimUncheckedUpdateWithoutPatientInput | Prisma.ClaimUpdateWithoutPatientInput;
|
|
}>;
|
|
//# sourceMappingURL=ClaimUpsertWithWhereUniqueWithoutPatientInput.schema.d.ts.map
|