14 lines
1.1 KiB
TypeScript
14 lines
1.1 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const UserCreateOrConnectWithoutUpdatedPaymentsInputObjectSchema: z.ZodType<Prisma.UserCreateOrConnectWithoutUpdatedPaymentsInput>;
|
|
export declare const UserCreateOrConnectWithoutUpdatedPaymentsInputObjectZodSchema: z.ZodObject<{
|
|
where: z.ZodLazy<z.ZodType<Prisma.UserWhereUniqueInput, z.ZodTypeDef, Prisma.UserWhereUniqueInput>>;
|
|
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.UserCreateWithoutUpdatedPaymentsInput, z.ZodTypeDef, Prisma.UserCreateWithoutUpdatedPaymentsInput>>, z.ZodLazy<z.ZodType<Prisma.UserUncheckedCreateWithoutUpdatedPaymentsInput, z.ZodTypeDef, Prisma.UserUncheckedCreateWithoutUpdatedPaymentsInput>>]>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create: Prisma.UserCreateWithoutUpdatedPaymentsInput | Prisma.UserUncheckedCreateWithoutUpdatedPaymentsInput;
|
|
where: Prisma.UserWhereUniqueInput;
|
|
}, {
|
|
create: Prisma.UserCreateWithoutUpdatedPaymentsInput | Prisma.UserUncheckedCreateWithoutUpdatedPaymentsInput;
|
|
where: Prisma.UserWhereUniqueInput;
|
|
}>;
|
|
//# sourceMappingURL=UserCreateOrConnectWithoutUpdatedPaymentsInput.schema.d.ts.map
|