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

17 lines
2.0 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const ServiceLineTransactionUpsertWithWhereUniqueWithoutServiceLineInputObjectSchema: z.ZodType<Prisma.ServiceLineTransactionUpsertWithWhereUniqueWithoutServiceLineInput>;
export declare const ServiceLineTransactionUpsertWithWhereUniqueWithoutServiceLineInputObjectZodSchema: z.ZodObject<{
where: z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionWhereUniqueInput, z.ZodTypeDef, Prisma.ServiceLineTransactionWhereUniqueInput>>;
update: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionUpdateWithoutServiceLineInput, z.ZodTypeDef, Prisma.ServiceLineTransactionUpdateWithoutServiceLineInput>>, z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionUncheckedUpdateWithoutServiceLineInput, z.ZodTypeDef, Prisma.ServiceLineTransactionUncheckedUpdateWithoutServiceLineInput>>]>;
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionCreateWithoutServiceLineInput, z.ZodTypeDef, Prisma.ServiceLineTransactionCreateWithoutServiceLineInput>>, z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionUncheckedCreateWithoutServiceLineInput, z.ZodTypeDef, Prisma.ServiceLineTransactionUncheckedCreateWithoutServiceLineInput>>]>;
}, "strict", z.ZodTypeAny, {
create: Prisma.ServiceLineTransactionUncheckedCreateWithoutServiceLineInput | Prisma.ServiceLineTransactionCreateWithoutServiceLineInput;
where: Prisma.ServiceLineTransactionWhereUniqueInput;
update: Prisma.ServiceLineTransactionUncheckedUpdateWithoutServiceLineInput | Prisma.ServiceLineTransactionUpdateWithoutServiceLineInput;
}, {
create: Prisma.ServiceLineTransactionUncheckedCreateWithoutServiceLineInput | Prisma.ServiceLineTransactionCreateWithoutServiceLineInput;
where: Prisma.ServiceLineTransactionWhereUniqueInput;
update: Prisma.ServiceLineTransactionUncheckedUpdateWithoutServiceLineInput | Prisma.ServiceLineTransactionUpdateWithoutServiceLineInput;
}>;
//# sourceMappingURL=ServiceLineTransactionUpsertWithWhereUniqueWithoutServiceLineInput.schema.d.ts.map