17 lines
1.6 KiB
TypeScript
17 lines
1.6 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const PaymentCreateNestedOneWithoutServiceLinesInputObjectSchema: z.ZodType<Prisma.PaymentCreateNestedOneWithoutServiceLinesInput>;
|
|
export declare const PaymentCreateNestedOneWithoutServiceLinesInputObjectZodSchema: z.ZodObject<{
|
|
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentCreateWithoutServiceLinesInput, z.ZodTypeDef, Prisma.PaymentCreateWithoutServiceLinesInput>>, z.ZodLazy<z.ZodType<Prisma.PaymentUncheckedCreateWithoutServiceLinesInput, z.ZodTypeDef, Prisma.PaymentUncheckedCreateWithoutServiceLinesInput>>]>>;
|
|
connectOrCreate: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PaymentCreateOrConnectWithoutServiceLinesInput, z.ZodTypeDef, Prisma.PaymentCreateOrConnectWithoutServiceLinesInput>>>;
|
|
connect: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PaymentWhereUniqueInput, z.ZodTypeDef, Prisma.PaymentWhereUniqueInput>>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create?: Prisma.PaymentCreateWithoutServiceLinesInput | Prisma.PaymentUncheckedCreateWithoutServiceLinesInput | undefined;
|
|
connectOrCreate?: Prisma.PaymentCreateOrConnectWithoutServiceLinesInput | undefined;
|
|
connect?: Prisma.PaymentWhereUniqueInput | undefined;
|
|
}, {
|
|
create?: Prisma.PaymentCreateWithoutServiceLinesInput | Prisma.PaymentUncheckedCreateWithoutServiceLinesInput | undefined;
|
|
connectOrCreate?: Prisma.PaymentCreateOrConnectWithoutServiceLinesInput | undefined;
|
|
connect?: Prisma.PaymentWhereUniqueInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=PaymentCreateNestedOneWithoutServiceLinesInput.schema.d.ts.map
|