initial commit
This commit is contained in:
14
packages/db/shared/schemas/objects/PaymentCreateOrConnectWithoutUpdatedByInput.schema.d.ts
vendored
Normal file
14
packages/db/shared/schemas/objects/PaymentCreateOrConnectWithoutUpdatedByInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const PaymentCreateOrConnectWithoutUpdatedByInputObjectSchema: z.ZodType<Prisma.PaymentCreateOrConnectWithoutUpdatedByInput>;
|
||||
export declare const PaymentCreateOrConnectWithoutUpdatedByInputObjectZodSchema: z.ZodObject<{
|
||||
where: z.ZodLazy<z.ZodType<Prisma.PaymentWhereUniqueInput, z.ZodTypeDef, Prisma.PaymentWhereUniqueInput>>;
|
||||
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;
|
||||
}, {
|
||||
create: Prisma.PaymentCreateWithoutUpdatedByInput | Prisma.PaymentUncheckedCreateWithoutUpdatedByInput;
|
||||
where: Prisma.PaymentWhereUniqueInput;
|
||||
}>;
|
||||
//# sourceMappingURL=PaymentCreateOrConnectWithoutUpdatedByInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user