initial commit
This commit is contained in:
17
packages/db/shared/schemas/objects/PaymentCreateNestedOneWithoutServiceLinesInput.schema.d.ts
vendored
Normal file
17
packages/db/shared/schemas/objects/PaymentCreateNestedOneWithoutServiceLinesInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
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
|
||||
Reference in New Issue
Block a user