14 lines
1.3 KiB
TypeScript
14 lines
1.3 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const ServiceLineCreateOrConnectWithoutServiceLineTransactionsInputObjectSchema: z.ZodType<Prisma.ServiceLineCreateOrConnectWithoutServiceLineTransactionsInput>;
|
|
export declare const ServiceLineCreateOrConnectWithoutServiceLineTransactionsInputObjectZodSchema: z.ZodObject<{
|
|
where: z.ZodLazy<z.ZodType<Prisma.ServiceLineWhereUniqueInput, z.ZodTypeDef, Prisma.ServiceLineWhereUniqueInput>>;
|
|
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineCreateWithoutServiceLineTransactionsInput, z.ZodTypeDef, Prisma.ServiceLineCreateWithoutServiceLineTransactionsInput>>, z.ZodLazy<z.ZodType<Prisma.ServiceLineUncheckedCreateWithoutServiceLineTransactionsInput, z.ZodTypeDef, Prisma.ServiceLineUncheckedCreateWithoutServiceLineTransactionsInput>>]>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create: Prisma.ServiceLineCreateWithoutServiceLineTransactionsInput | Prisma.ServiceLineUncheckedCreateWithoutServiceLineTransactionsInput;
|
|
where: Prisma.ServiceLineWhereUniqueInput;
|
|
}, {
|
|
create: Prisma.ServiceLineCreateWithoutServiceLineTransactionsInput | Prisma.ServiceLineUncheckedCreateWithoutServiceLineTransactionsInput;
|
|
where: Prisma.ServiceLineWhereUniqueInput;
|
|
}>;
|
|
//# sourceMappingURL=ServiceLineCreateOrConnectWithoutServiceLineTransactionsInput.schema.d.ts.map
|