initial commit
This commit is contained in:
17
packages/db/shared/schemas/objects/UserUpsertWithoutInsuranceCredentialsInput.schema.d.ts
vendored
Normal file
17
packages/db/shared/schemas/objects/UserUpsertWithoutInsuranceCredentialsInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
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
|
||||
Reference in New Issue
Block a user