initial commit
This commit is contained in:
17
packages/db/shared/schemas/objects/PaymentUpsertWithWhereUniqueWithoutUpdatedByInput.schema.d.ts
vendored
Normal file
17
packages/db/shared/schemas/objects/PaymentUpsertWithWhereUniqueWithoutUpdatedByInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const PaymentUpsertWithWhereUniqueWithoutUpdatedByInputObjectSchema: z.ZodType<Prisma.PaymentUpsertWithWhereUniqueWithoutUpdatedByInput>;
|
||||
export declare const PaymentUpsertWithWhereUniqueWithoutUpdatedByInputObjectZodSchema: z.ZodObject<{
|
||||
where: z.ZodLazy<z.ZodType<Prisma.PaymentWhereUniqueInput, z.ZodTypeDef, Prisma.PaymentWhereUniqueInput>>;
|
||||
update: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentUpdateWithoutUpdatedByInput, z.ZodTypeDef, Prisma.PaymentUpdateWithoutUpdatedByInput>>, z.ZodLazy<z.ZodType<Prisma.PaymentUncheckedUpdateWithoutUpdatedByInput, z.ZodTypeDef, Prisma.PaymentUncheckedUpdateWithoutUpdatedByInput>>]>;
|
||||
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentCreateWithoutUpdatedByInput, z.ZodTypeDef, Prisma.PaymentCreateWithoutUpdatedByInput>>, z.ZodLazy<z.ZodType<Prisma.PaymentUncheckedCreateWithoutUpdatedByInput, z.ZodTypeDef, Prisma.PaymentUncheckedCreateWithoutUpdatedByInput>>]>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
create: Prisma.PaymentCreateWithoutUpdatedByInput | Prisma.PaymentUncheckedCreateWithoutUpdatedByInput;
|
||||
where: Prisma.PaymentWhereUniqueInput;
|
||||
update: Prisma.PaymentUncheckedUpdateWithoutUpdatedByInput | Prisma.PaymentUpdateWithoutUpdatedByInput;
|
||||
}, {
|
||||
create: Prisma.PaymentCreateWithoutUpdatedByInput | Prisma.PaymentUncheckedCreateWithoutUpdatedByInput;
|
||||
where: Prisma.PaymentWhereUniqueInput;
|
||||
update: Prisma.PaymentUncheckedUpdateWithoutUpdatedByInput | Prisma.PaymentUpdateWithoutUpdatedByInput;
|
||||
}>;
|
||||
//# sourceMappingURL=PaymentUpsertWithWhereUniqueWithoutUpdatedByInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user