17 lines
1.5 KiB
TypeScript
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
|