17 lines
1.5 KiB
TypeScript
17 lines
1.5 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const UserCreateNestedOneWithoutAppointmentsInputObjectSchema: z.ZodType<Prisma.UserCreateNestedOneWithoutAppointmentsInput>;
|
|
export declare const UserCreateNestedOneWithoutAppointmentsInputObjectZodSchema: z.ZodObject<{
|
|
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.UserCreateWithoutAppointmentsInput, z.ZodTypeDef, Prisma.UserCreateWithoutAppointmentsInput>>, z.ZodLazy<z.ZodType<Prisma.UserUncheckedCreateWithoutAppointmentsInput, z.ZodTypeDef, Prisma.UserUncheckedCreateWithoutAppointmentsInput>>]>>;
|
|
connectOrCreate: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.UserCreateOrConnectWithoutAppointmentsInput, z.ZodTypeDef, Prisma.UserCreateOrConnectWithoutAppointmentsInput>>>;
|
|
connect: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.UserWhereUniqueInput, z.ZodTypeDef, Prisma.UserWhereUniqueInput>>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create?: Prisma.UserCreateWithoutAppointmentsInput | Prisma.UserUncheckedCreateWithoutAppointmentsInput | undefined;
|
|
connectOrCreate?: Prisma.UserCreateOrConnectWithoutAppointmentsInput | undefined;
|
|
connect?: Prisma.UserWhereUniqueInput | undefined;
|
|
}, {
|
|
create?: Prisma.UserCreateWithoutAppointmentsInput | Prisma.UserUncheckedCreateWithoutAppointmentsInput | undefined;
|
|
connectOrCreate?: Prisma.UserCreateOrConnectWithoutAppointmentsInput | undefined;
|
|
connect?: Prisma.UserWhereUniqueInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=UserCreateNestedOneWithoutAppointmentsInput.schema.d.ts.map
|