Files
DentalManagementMHAprilgg/packages/db/shared/schemas/objects/StaffCreateOrConnectWithoutAppointmentsInput.schema.d.ts
2026-04-04 22:13:55 -04:00

14 lines
1.1 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const StaffCreateOrConnectWithoutAppointmentsInputObjectSchema: z.ZodType<Prisma.StaffCreateOrConnectWithoutAppointmentsInput>;
export declare const StaffCreateOrConnectWithoutAppointmentsInputObjectZodSchema: z.ZodObject<{
where: z.ZodLazy<z.ZodType<Prisma.StaffWhereUniqueInput, z.ZodTypeDef, Prisma.StaffWhereUniqueInput>>;
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StaffCreateWithoutAppointmentsInput, z.ZodTypeDef, Prisma.StaffCreateWithoutAppointmentsInput>>, z.ZodLazy<z.ZodType<Prisma.StaffUncheckedCreateWithoutAppointmentsInput, z.ZodTypeDef, Prisma.StaffUncheckedCreateWithoutAppointmentsInput>>]>;
}, "strict", z.ZodTypeAny, {
create: Prisma.StaffCreateWithoutAppointmentsInput | Prisma.StaffUncheckedCreateWithoutAppointmentsInput;
where: Prisma.StaffWhereUniqueInput;
}, {
create: Prisma.StaffCreateWithoutAppointmentsInput | Prisma.StaffUncheckedCreateWithoutAppointmentsInput;
where: Prisma.StaffWhereUniqueInput;
}>;
//# sourceMappingURL=StaffCreateOrConnectWithoutAppointmentsInput.schema.d.ts.map