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 ServiceLineTransactionCreateOrConnectWithoutPaymentInputObjectSchema: z.ZodType<Prisma.ServiceLineTransactionCreateOrConnectWithoutPaymentInput>;
|
|
export declare const ServiceLineTransactionCreateOrConnectWithoutPaymentInputObjectZodSchema: z.ZodObject<{
|
|
where: z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionWhereUniqueInput, z.ZodTypeDef, Prisma.ServiceLineTransactionWhereUniqueInput>>;
|
|
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionCreateWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineTransactionCreateWithoutPaymentInput>>, z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionUncheckedCreateWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineTransactionUncheckedCreateWithoutPaymentInput>>]>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create: Prisma.ServiceLineTransactionUncheckedCreateWithoutPaymentInput | Prisma.ServiceLineTransactionCreateWithoutPaymentInput;
|
|
where: Prisma.ServiceLineTransactionWhereUniqueInput;
|
|
}, {
|
|
create: Prisma.ServiceLineTransactionUncheckedCreateWithoutPaymentInput | Prisma.ServiceLineTransactionCreateWithoutPaymentInput;
|
|
where: Prisma.ServiceLineTransactionWhereUniqueInput;
|
|
}>;
|
|
//# sourceMappingURL=ServiceLineTransactionCreateOrConnectWithoutPaymentInput.schema.d.ts.map
|