Files
DentalManagementMHAprilgg/packages/db/shared/schemas/objects/ServiceLineCreateOrConnectWithoutClaimInput.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 ServiceLineCreateOrConnectWithoutClaimInputObjectSchema: z.ZodType<Prisma.ServiceLineCreateOrConnectWithoutClaimInput>;
export declare const ServiceLineCreateOrConnectWithoutClaimInputObjectZodSchema: z.ZodObject<{
where: z.ZodLazy<z.ZodType<Prisma.ServiceLineWhereUniqueInput, z.ZodTypeDef, Prisma.ServiceLineWhereUniqueInput>>;
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineCreateWithoutClaimInput, z.ZodTypeDef, Prisma.ServiceLineCreateWithoutClaimInput>>, z.ZodLazy<z.ZodType<Prisma.ServiceLineUncheckedCreateWithoutClaimInput, z.ZodTypeDef, Prisma.ServiceLineUncheckedCreateWithoutClaimInput>>]>;
}, "strict", z.ZodTypeAny, {
create: Prisma.ServiceLineUncheckedCreateWithoutClaimInput | Prisma.ServiceLineCreateWithoutClaimInput;
where: Prisma.ServiceLineWhereUniqueInput;
}, {
create: Prisma.ServiceLineUncheckedCreateWithoutClaimInput | Prisma.ServiceLineCreateWithoutClaimInput;
where: Prisma.ServiceLineWhereUniqueInput;
}>;
//# sourceMappingURL=ServiceLineCreateOrConnectWithoutClaimInput.schema.d.ts.map