initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const PaymentUpdateToOneWithWhereWithoutServiceLinesInputObjectSchema: z.ZodType<Prisma.PaymentUpdateToOneWithWhereWithoutServiceLinesInput>;
|
||||
export declare const PaymentUpdateToOneWithWhereWithoutServiceLinesInputObjectZodSchema: z.ZodObject<{
|
||||
where: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PaymentWhereInput, z.ZodTypeDef, Prisma.PaymentWhereInput>>>;
|
||||
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentUpdateWithoutServiceLinesInput, z.ZodTypeDef, Prisma.PaymentUpdateWithoutServiceLinesInput>>, z.ZodLazy<z.ZodType<Prisma.PaymentUncheckedUpdateWithoutServiceLinesInput, z.ZodTypeDef, Prisma.PaymentUncheckedUpdateWithoutServiceLinesInput>>]>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
data: Prisma.PaymentUpdateWithoutServiceLinesInput | Prisma.PaymentUncheckedUpdateWithoutServiceLinesInput;
|
||||
where?: Prisma.PaymentWhereInput | undefined;
|
||||
}, {
|
||||
data: Prisma.PaymentUpdateWithoutServiceLinesInput | Prisma.PaymentUncheckedUpdateWithoutServiceLinesInput;
|
||||
where?: Prisma.PaymentWhereInput | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=PaymentUpdateToOneWithWhereWithoutServiceLinesInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user