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

17 lines
1.8 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const ServiceLineCreateNestedOneWithoutServiceLineTransactionsInputObjectSchema: z.ZodType<Prisma.ServiceLineCreateNestedOneWithoutServiceLineTransactionsInput>;
export declare const ServiceLineCreateNestedOneWithoutServiceLineTransactionsInputObjectZodSchema: z.ZodObject<{
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineCreateWithoutServiceLineTransactionsInput, z.ZodTypeDef, Prisma.ServiceLineCreateWithoutServiceLineTransactionsInput>>, z.ZodLazy<z.ZodType<Prisma.ServiceLineUncheckedCreateWithoutServiceLineTransactionsInput, z.ZodTypeDef, Prisma.ServiceLineUncheckedCreateWithoutServiceLineTransactionsInput>>]>>;
connectOrCreate: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ServiceLineCreateOrConnectWithoutServiceLineTransactionsInput, z.ZodTypeDef, Prisma.ServiceLineCreateOrConnectWithoutServiceLineTransactionsInput>>>;
connect: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ServiceLineWhereUniqueInput, z.ZodTypeDef, Prisma.ServiceLineWhereUniqueInput>>>;
}, "strict", z.ZodTypeAny, {
create?: Prisma.ServiceLineCreateWithoutServiceLineTransactionsInput | Prisma.ServiceLineUncheckedCreateWithoutServiceLineTransactionsInput | undefined;
connectOrCreate?: Prisma.ServiceLineCreateOrConnectWithoutServiceLineTransactionsInput | undefined;
connect?: Prisma.ServiceLineWhereUniqueInput | undefined;
}, {
create?: Prisma.ServiceLineCreateWithoutServiceLineTransactionsInput | Prisma.ServiceLineUncheckedCreateWithoutServiceLineTransactionsInput | undefined;
connectOrCreate?: Prisma.ServiceLineCreateOrConnectWithoutServiceLineTransactionsInput | undefined;
connect?: Prisma.ServiceLineWhereUniqueInput | undefined;
}>;
//# sourceMappingURL=ServiceLineCreateNestedOneWithoutServiceLineTransactionsInput.schema.d.ts.map