Files
DentalManagementMHAprilgg/packages/db/shared/schemas/objects/UserCreateNestedOneWithoutNpiProvidersInput.schema.d.ts
2026-04-04 22:13:55 -04:00

17 lines
1.5 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const UserCreateNestedOneWithoutNpiProvidersInputObjectSchema: z.ZodType<Prisma.UserCreateNestedOneWithoutNpiProvidersInput>;
export declare const UserCreateNestedOneWithoutNpiProvidersInputObjectZodSchema: z.ZodObject<{
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.UserCreateWithoutNpiProvidersInput, z.ZodTypeDef, Prisma.UserCreateWithoutNpiProvidersInput>>, z.ZodLazy<z.ZodType<Prisma.UserUncheckedCreateWithoutNpiProvidersInput, z.ZodTypeDef, Prisma.UserUncheckedCreateWithoutNpiProvidersInput>>]>>;
connectOrCreate: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.UserCreateOrConnectWithoutNpiProvidersInput, z.ZodTypeDef, Prisma.UserCreateOrConnectWithoutNpiProvidersInput>>>;
connect: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.UserWhereUniqueInput, z.ZodTypeDef, Prisma.UserWhereUniqueInput>>>;
}, "strict", z.ZodTypeAny, {
create?: Prisma.UserCreateWithoutNpiProvidersInput | Prisma.UserUncheckedCreateWithoutNpiProvidersInput | undefined;
connectOrCreate?: Prisma.UserCreateOrConnectWithoutNpiProvidersInput | undefined;
connect?: Prisma.UserWhereUniqueInput | undefined;
}, {
create?: Prisma.UserCreateWithoutNpiProvidersInput | Prisma.UserUncheckedCreateWithoutNpiProvidersInput | undefined;
connectOrCreate?: Prisma.UserCreateOrConnectWithoutNpiProvidersInput | undefined;
connect?: Prisma.UserWhereUniqueInput | undefined;
}>;
//# sourceMappingURL=UserCreateNestedOneWithoutNpiProvidersInput.schema.d.ts.map