initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const UserCreateOrConnectWithoutInsuranceCredentialsInputObjectSchema: z.ZodType<Prisma.UserCreateOrConnectWithoutInsuranceCredentialsInput>;
|
||||
export declare const UserCreateOrConnectWithoutInsuranceCredentialsInputObjectZodSchema: z.ZodObject<{
|
||||
where: z.ZodLazy<z.ZodType<Prisma.UserWhereUniqueInput, z.ZodTypeDef, Prisma.UserWhereUniqueInput>>;
|
||||
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.UserCreateWithoutInsuranceCredentialsInput, z.ZodTypeDef, Prisma.UserCreateWithoutInsuranceCredentialsInput>>, z.ZodLazy<z.ZodType<Prisma.UserUncheckedCreateWithoutInsuranceCredentialsInput, z.ZodTypeDef, Prisma.UserUncheckedCreateWithoutInsuranceCredentialsInput>>]>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
create: Prisma.UserCreateWithoutInsuranceCredentialsInput | Prisma.UserUncheckedCreateWithoutInsuranceCredentialsInput;
|
||||
where: Prisma.UserWhereUniqueInput;
|
||||
}, {
|
||||
create: Prisma.UserCreateWithoutInsuranceCredentialsInput | Prisma.UserUncheckedCreateWithoutInsuranceCredentialsInput;
|
||||
where: Prisma.UserWhereUniqueInput;
|
||||
}>;
|
||||
//# sourceMappingURL=UserCreateOrConnectWithoutInsuranceCredentialsInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user