23 lines
2.5 KiB
TypeScript
23 lines
2.5 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const PatientUpdateOneRequiredWithoutGroupsNestedInputObjectSchema: z.ZodType<Prisma.PatientUpdateOneRequiredWithoutGroupsNestedInput>;
|
|
export declare const PatientUpdateOneRequiredWithoutGroupsNestedInputObjectZodSchema: z.ZodObject<{
|
|
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientCreateWithoutGroupsInput, z.ZodTypeDef, Prisma.PatientCreateWithoutGroupsInput>>, z.ZodLazy<z.ZodType<Prisma.PatientUncheckedCreateWithoutGroupsInput, z.ZodTypeDef, Prisma.PatientUncheckedCreateWithoutGroupsInput>>]>>;
|
|
connectOrCreate: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PatientCreateOrConnectWithoutGroupsInput, z.ZodTypeDef, Prisma.PatientCreateOrConnectWithoutGroupsInput>>>;
|
|
upsert: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PatientUpsertWithoutGroupsInput, z.ZodTypeDef, Prisma.PatientUpsertWithoutGroupsInput>>>;
|
|
connect: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PatientWhereUniqueInput, z.ZodTypeDef, Prisma.PatientWhereUniqueInput>>>;
|
|
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientUpdateToOneWithWhereWithoutGroupsInput, z.ZodTypeDef, Prisma.PatientUpdateToOneWithWhereWithoutGroupsInput>>, z.ZodLazy<z.ZodType<Prisma.PatientUpdateWithoutGroupsInput, z.ZodTypeDef, Prisma.PatientUpdateWithoutGroupsInput>>, z.ZodLazy<z.ZodType<Prisma.PatientUncheckedUpdateWithoutGroupsInput, z.ZodTypeDef, Prisma.PatientUncheckedUpdateWithoutGroupsInput>>]>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create?: Prisma.PatientCreateWithoutGroupsInput | Prisma.PatientUncheckedCreateWithoutGroupsInput | undefined;
|
|
connectOrCreate?: Prisma.PatientCreateOrConnectWithoutGroupsInput | undefined;
|
|
connect?: Prisma.PatientWhereUniqueInput | undefined;
|
|
update?: Prisma.PatientUpdateWithoutGroupsInput | Prisma.PatientUncheckedUpdateWithoutGroupsInput | Prisma.PatientUpdateToOneWithWhereWithoutGroupsInput | undefined;
|
|
upsert?: Prisma.PatientUpsertWithoutGroupsInput | undefined;
|
|
}, {
|
|
create?: Prisma.PatientCreateWithoutGroupsInput | Prisma.PatientUncheckedCreateWithoutGroupsInput | undefined;
|
|
connectOrCreate?: Prisma.PatientCreateOrConnectWithoutGroupsInput | undefined;
|
|
connect?: Prisma.PatientWhereUniqueInput | undefined;
|
|
update?: Prisma.PatientUpdateWithoutGroupsInput | Prisma.PatientUncheckedUpdateWithoutGroupsInput | Prisma.PatientUpdateToOneWithWhereWithoutGroupsInput | undefined;
|
|
upsert?: Prisma.PatientUpsertWithoutGroupsInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=PatientUpdateOneRequiredWithoutGroupsNestedInput.schema.d.ts.map
|