initial commit
This commit is contained in:
14
packages/db/shared/schemas/objects/UserCreateOrConnectWithoutPatientsInput.schema.d.ts
vendored
Normal file
14
packages/db/shared/schemas/objects/UserCreateOrConnectWithoutPatientsInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const UserCreateOrConnectWithoutPatientsInputObjectSchema: z.ZodType<Prisma.UserCreateOrConnectWithoutPatientsInput>;
|
||||
export declare const UserCreateOrConnectWithoutPatientsInputObjectZodSchema: z.ZodObject<{
|
||||
where: z.ZodLazy<z.ZodType<Prisma.UserWhereUniqueInput, z.ZodTypeDef, Prisma.UserWhereUniqueInput>>;
|
||||
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.UserCreateWithoutPatientsInput, z.ZodTypeDef, Prisma.UserCreateWithoutPatientsInput>>, z.ZodLazy<z.ZodType<Prisma.UserUncheckedCreateWithoutPatientsInput, z.ZodTypeDef, Prisma.UserUncheckedCreateWithoutPatientsInput>>]>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
create: Prisma.UserCreateWithoutPatientsInput | Prisma.UserUncheckedCreateWithoutPatientsInput;
|
||||
where: Prisma.UserWhereUniqueInput;
|
||||
}, {
|
||||
create: Prisma.UserCreateWithoutPatientsInput | Prisma.UserUncheckedCreateWithoutPatientsInput;
|
||||
where: Prisma.UserWhereUniqueInput;
|
||||
}>;
|
||||
//# sourceMappingURL=UserCreateOrConnectWithoutPatientsInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user