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