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