14 lines
1.1 KiB
TypeScript
14 lines
1.1 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const NpiProviderCreateOrConnectWithoutUserInputObjectSchema: z.ZodType<Prisma.NpiProviderCreateOrConnectWithoutUserInput>;
|
|
export declare const NpiProviderCreateOrConnectWithoutUserInputObjectZodSchema: z.ZodObject<{
|
|
where: z.ZodLazy<z.ZodType<Prisma.NpiProviderWhereUniqueInput, z.ZodTypeDef, Prisma.NpiProviderWhereUniqueInput>>;
|
|
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.NpiProviderCreateWithoutUserInput, z.ZodTypeDef, Prisma.NpiProviderCreateWithoutUserInput>>, z.ZodLazy<z.ZodType<Prisma.NpiProviderUncheckedCreateWithoutUserInput, z.ZodTypeDef, Prisma.NpiProviderUncheckedCreateWithoutUserInput>>]>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create: Prisma.NpiProviderCreateWithoutUserInput | Prisma.NpiProviderUncheckedCreateWithoutUserInput;
|
|
where: Prisma.NpiProviderWhereUniqueInput;
|
|
}, {
|
|
create: Prisma.NpiProviderCreateWithoutUserInput | Prisma.NpiProviderUncheckedCreateWithoutUserInput;
|
|
where: Prisma.NpiProviderWhereUniqueInput;
|
|
}>;
|
|
//# sourceMappingURL=NpiProviderCreateOrConnectWithoutUserInput.schema.d.ts.map
|