initial commit
This commit is contained in:
17
packages/db/shared/schemas/objects/PaymentUpsertWithoutServiceLinesInput.schema.d.ts
vendored
Normal file
17
packages/db/shared/schemas/objects/PaymentUpsertWithoutServiceLinesInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const PaymentUpsertWithoutServiceLinesInputObjectSchema: z.ZodType<Prisma.PaymentUpsertWithoutServiceLinesInput>;
|
||||
export declare const PaymentUpsertWithoutServiceLinesInputObjectZodSchema: z.ZodObject<{
|
||||
update: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentUpdateWithoutServiceLinesInput, z.ZodTypeDef, Prisma.PaymentUpdateWithoutServiceLinesInput>>, z.ZodLazy<z.ZodType<Prisma.PaymentUncheckedUpdateWithoutServiceLinesInput, z.ZodTypeDef, Prisma.PaymentUncheckedUpdateWithoutServiceLinesInput>>]>;
|
||||
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentCreateWithoutServiceLinesInput, z.ZodTypeDef, Prisma.PaymentCreateWithoutServiceLinesInput>>, z.ZodLazy<z.ZodType<Prisma.PaymentUncheckedCreateWithoutServiceLinesInput, z.ZodTypeDef, Prisma.PaymentUncheckedCreateWithoutServiceLinesInput>>]>;
|
||||
where: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PaymentWhereInput, z.ZodTypeDef, Prisma.PaymentWhereInput>>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
create: Prisma.PaymentCreateWithoutServiceLinesInput | Prisma.PaymentUncheckedCreateWithoutServiceLinesInput;
|
||||
update: Prisma.PaymentUpdateWithoutServiceLinesInput | Prisma.PaymentUncheckedUpdateWithoutServiceLinesInput;
|
||||
where?: Prisma.PaymentWhereInput | undefined;
|
||||
}, {
|
||||
create: Prisma.PaymentCreateWithoutServiceLinesInput | Prisma.PaymentUncheckedCreateWithoutServiceLinesInput;
|
||||
update: Prisma.PaymentUpdateWithoutServiceLinesInput | Prisma.PaymentUncheckedUpdateWithoutServiceLinesInput;
|
||||
where?: Prisma.PaymentWhereInput | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=PaymentUpsertWithoutServiceLinesInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user