Files
DentalManagementMHAprilgg/packages/db/shared/schemas/objects/ClaimCreateOrConnectWithoutAppointmentInput.schema.d.ts
2026-04-04 22:13:55 -04:00

14 lines
1.1 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const ClaimCreateOrConnectWithoutAppointmentInputObjectSchema: z.ZodType<Prisma.ClaimCreateOrConnectWithoutAppointmentInput>;
export declare const ClaimCreateOrConnectWithoutAppointmentInputObjectZodSchema: z.ZodObject<{
where: z.ZodLazy<z.ZodType<Prisma.ClaimWhereUniqueInput, z.ZodTypeDef, Prisma.ClaimWhereUniqueInput>>;
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;
}, {
create: Prisma.ClaimUncheckedCreateWithoutAppointmentInput | Prisma.ClaimCreateWithoutAppointmentInput;
where: Prisma.ClaimWhereUniqueInput;
}>;
//# sourceMappingURL=ClaimCreateOrConnectWithoutAppointmentInput.schema.d.ts.map