initial commit
This commit is contained in:
20
packages/db/shared/schemas/objects/NpiProviderCreateNestedManyWithoutUserInput.schema.d.ts
vendored
Normal file
20
packages/db/shared/schemas/objects/NpiProviderCreateNestedManyWithoutUserInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const NpiProviderCreateNestedManyWithoutUserInputObjectSchema: z.ZodType<Prisma.NpiProviderCreateNestedManyWithoutUserInput>;
|
||||
export declare const NpiProviderCreateNestedManyWithoutUserInputObjectZodSchema: z.ZodObject<{
|
||||
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.NpiProviderCreateWithoutUserInput, z.ZodTypeDef, Prisma.NpiProviderCreateWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.NpiProviderCreateWithoutUserInput, z.ZodTypeDef, Prisma.NpiProviderCreateWithoutUserInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.NpiProviderUncheckedCreateWithoutUserInput, z.ZodTypeDef, Prisma.NpiProviderUncheckedCreateWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.NpiProviderUncheckedCreateWithoutUserInput, z.ZodTypeDef, Prisma.NpiProviderUncheckedCreateWithoutUserInput>>, "many">]>>;
|
||||
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.NpiProviderCreateOrConnectWithoutUserInput, z.ZodTypeDef, Prisma.NpiProviderCreateOrConnectWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.NpiProviderCreateOrConnectWithoutUserInput, z.ZodTypeDef, Prisma.NpiProviderCreateOrConnectWithoutUserInput>>, "many">]>>;
|
||||
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.NpiProviderCreateManyUserInputEnvelope, z.ZodTypeDef, Prisma.NpiProviderCreateManyUserInputEnvelope>>>;
|
||||
connect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.NpiProviderWhereUniqueInput, z.ZodTypeDef, Prisma.NpiProviderWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.NpiProviderWhereUniqueInput, z.ZodTypeDef, Prisma.NpiProviderWhereUniqueInput>>, "many">]>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
create?: Prisma.NpiProviderCreateWithoutUserInput | Prisma.NpiProviderUncheckedCreateWithoutUserInput | Prisma.NpiProviderCreateWithoutUserInput[] | Prisma.NpiProviderUncheckedCreateWithoutUserInput[] | undefined;
|
||||
connectOrCreate?: Prisma.NpiProviderCreateOrConnectWithoutUserInput | Prisma.NpiProviderCreateOrConnectWithoutUserInput[] | undefined;
|
||||
createMany?: Prisma.NpiProviderCreateManyUserInputEnvelope | undefined;
|
||||
connect?: Prisma.NpiProviderWhereUniqueInput | Prisma.NpiProviderWhereUniqueInput[] | undefined;
|
||||
}, {
|
||||
create?: Prisma.NpiProviderCreateWithoutUserInput | Prisma.NpiProviderUncheckedCreateWithoutUserInput | Prisma.NpiProviderCreateWithoutUserInput[] | Prisma.NpiProviderUncheckedCreateWithoutUserInput[] | undefined;
|
||||
connectOrCreate?: Prisma.NpiProviderCreateOrConnectWithoutUserInput | Prisma.NpiProviderCreateOrConnectWithoutUserInput[] | undefined;
|
||||
createMany?: Prisma.NpiProviderCreateManyUserInputEnvelope | undefined;
|
||||
connect?: Prisma.NpiProviderWhereUniqueInput | Prisma.NpiProviderWhereUniqueInput[] | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=NpiProviderCreateNestedManyWithoutUserInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user