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 NpiProviderUpdateWithWhereUniqueWithoutUserInputObjectSchema: z.ZodType<Prisma.NpiProviderUpdateWithWhereUniqueWithoutUserInput>;
|
|
export declare const NpiProviderUpdateWithWhereUniqueWithoutUserInputObjectZodSchema: z.ZodObject<{
|
|
where: z.ZodLazy<z.ZodType<Prisma.NpiProviderWhereUniqueInput, z.ZodTypeDef, Prisma.NpiProviderWhereUniqueInput>>;
|
|
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.NpiProviderUpdateWithoutUserInput, z.ZodTypeDef, Prisma.NpiProviderUpdateWithoutUserInput>>, z.ZodLazy<z.ZodType<Prisma.NpiProviderUncheckedUpdateWithoutUserInput, z.ZodTypeDef, Prisma.NpiProviderUncheckedUpdateWithoutUserInput>>]>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
where: Prisma.NpiProviderWhereUniqueInput;
|
|
data: Prisma.NpiProviderUpdateWithoutUserInput | Prisma.NpiProviderUncheckedUpdateWithoutUserInput;
|
|
}, {
|
|
where: Prisma.NpiProviderWhereUniqueInput;
|
|
data: Prisma.NpiProviderUpdateWithoutUserInput | Prisma.NpiProviderUncheckedUpdateWithoutUserInput;
|
|
}>;
|
|
//# sourceMappingURL=NpiProviderUpdateWithWhereUniqueWithoutUserInput.schema.d.ts.map
|