17 lines
1.7 KiB
TypeScript
17 lines
1.7 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const UserUpsertWithoutInsuranceCredentialsInputObjectSchema: z.ZodType<Prisma.UserUpsertWithoutInsuranceCredentialsInput>;
|
|
export declare const UserUpsertWithoutInsuranceCredentialsInputObjectZodSchema: z.ZodObject<{
|
|
update: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.UserUpdateWithoutInsuranceCredentialsInput, z.ZodTypeDef, Prisma.UserUpdateWithoutInsuranceCredentialsInput>>, z.ZodLazy<z.ZodType<Prisma.UserUncheckedUpdateWithoutInsuranceCredentialsInput, z.ZodTypeDef, Prisma.UserUncheckedUpdateWithoutInsuranceCredentialsInput>>]>;
|
|
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.UserCreateWithoutInsuranceCredentialsInput, z.ZodTypeDef, Prisma.UserCreateWithoutInsuranceCredentialsInput>>, z.ZodLazy<z.ZodType<Prisma.UserUncheckedCreateWithoutInsuranceCredentialsInput, z.ZodTypeDef, Prisma.UserUncheckedCreateWithoutInsuranceCredentialsInput>>]>;
|
|
where: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.UserWhereInput, z.ZodTypeDef, Prisma.UserWhereInput>>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create: Prisma.UserCreateWithoutInsuranceCredentialsInput | Prisma.UserUncheckedCreateWithoutInsuranceCredentialsInput;
|
|
update: Prisma.UserUpdateWithoutInsuranceCredentialsInput | Prisma.UserUncheckedUpdateWithoutInsuranceCredentialsInput;
|
|
where?: Prisma.UserWhereInput | undefined;
|
|
}, {
|
|
create: Prisma.UserCreateWithoutInsuranceCredentialsInput | Prisma.UserUncheckedCreateWithoutInsuranceCredentialsInput;
|
|
update: Prisma.UserUpdateWithoutInsuranceCredentialsInput | Prisma.UserUncheckedUpdateWithoutInsuranceCredentialsInput;
|
|
where?: Prisma.UserWhereInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=UserUpsertWithoutInsuranceCredentialsInput.schema.d.ts.map
|