14 lines
1.4 KiB
TypeScript
14 lines
1.4 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const ServiceLineTransactionCreateOrConnectWithoutServiceLineInputObjectSchema: z.ZodType<Prisma.ServiceLineTransactionCreateOrConnectWithoutServiceLineInput>;
|
|
export declare const ServiceLineTransactionCreateOrConnectWithoutServiceLineInputObjectZodSchema: z.ZodObject<{
|
|
where: z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionWhereUniqueInput, z.ZodTypeDef, Prisma.ServiceLineTransactionWhereUniqueInput>>;
|
|
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;
|
|
}, {
|
|
create: Prisma.ServiceLineTransactionUncheckedCreateWithoutServiceLineInput | Prisma.ServiceLineTransactionCreateWithoutServiceLineInput;
|
|
where: Prisma.ServiceLineTransactionWhereUniqueInput;
|
|
}>;
|
|
//# sourceMappingURL=ServiceLineTransactionCreateOrConnectWithoutServiceLineInput.schema.d.ts.map
|