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