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 PaymentUpdateToOneWithWhereWithoutServiceLineTransactionsInputObjectSchema: z.ZodType<Prisma.PaymentUpdateToOneWithWhereWithoutServiceLineTransactionsInput>;
|
|
export declare const PaymentUpdateToOneWithWhereWithoutServiceLineTransactionsInputObjectZodSchema: z.ZodObject<{
|
|
where: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PaymentWhereInput, z.ZodTypeDef, Prisma.PaymentWhereInput>>>;
|
|
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentUpdateWithoutServiceLineTransactionsInput, z.ZodTypeDef, Prisma.PaymentUpdateWithoutServiceLineTransactionsInput>>, z.ZodLazy<z.ZodType<Prisma.PaymentUncheckedUpdateWithoutServiceLineTransactionsInput, z.ZodTypeDef, Prisma.PaymentUncheckedUpdateWithoutServiceLineTransactionsInput>>]>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
data: Prisma.PaymentUpdateWithoutServiceLineTransactionsInput | Prisma.PaymentUncheckedUpdateWithoutServiceLineTransactionsInput;
|
|
where?: Prisma.PaymentWhereInput | undefined;
|
|
}, {
|
|
data: Prisma.PaymentUpdateWithoutServiceLineTransactionsInput | Prisma.PaymentUncheckedUpdateWithoutServiceLineTransactionsInput;
|
|
where?: Prisma.PaymentWhereInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=PaymentUpdateToOneWithWhereWithoutServiceLineTransactionsInput.schema.d.ts.map
|