17 lines
1.6 KiB
TypeScript
17 lines
1.6 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const AppointmentCreateNestedOneWithoutClaimsInputObjectSchema: z.ZodType<Prisma.AppointmentCreateNestedOneWithoutClaimsInput>;
|
|
export declare const AppointmentCreateNestedOneWithoutClaimsInputObjectZodSchema: z.ZodObject<{
|
|
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentCreateWithoutClaimsInput, z.ZodTypeDef, Prisma.AppointmentCreateWithoutClaimsInput>>, z.ZodLazy<z.ZodType<Prisma.AppointmentUncheckedCreateWithoutClaimsInput, z.ZodTypeDef, Prisma.AppointmentUncheckedCreateWithoutClaimsInput>>]>>;
|
|
connectOrCreate: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.AppointmentCreateOrConnectWithoutClaimsInput, z.ZodTypeDef, Prisma.AppointmentCreateOrConnectWithoutClaimsInput>>>;
|
|
connect: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.AppointmentWhereUniqueInput, z.ZodTypeDef, Prisma.AppointmentWhereUniqueInput>>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create?: Prisma.AppointmentCreateWithoutClaimsInput | Prisma.AppointmentUncheckedCreateWithoutClaimsInput | undefined;
|
|
connectOrCreate?: Prisma.AppointmentCreateOrConnectWithoutClaimsInput | undefined;
|
|
connect?: Prisma.AppointmentWhereUniqueInput | undefined;
|
|
}, {
|
|
create?: Prisma.AppointmentCreateWithoutClaimsInput | Prisma.AppointmentUncheckedCreateWithoutClaimsInput | undefined;
|
|
connectOrCreate?: Prisma.AppointmentCreateOrConnectWithoutClaimsInput | undefined;
|
|
connect?: Prisma.AppointmentWhereUniqueInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=AppointmentCreateNestedOneWithoutClaimsInput.schema.d.ts.map
|