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