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

17 lines
1.3 KiB
TypeScript

import type { Prisma } from '../../generated/prisma';
import * as z from 'zod';
export declare const StaffFindUniqueSchema: z.ZodType<Prisma.StaffFindUniqueArgs>;
export declare const StaffFindUniqueZodSchema: z.ZodObject<{
select: z.ZodOptional<z.ZodType<Prisma.StaffSelect<import("../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.StaffSelect<import("../../generated/prisma/runtime/client").DefaultArgs>>>;
include: z.ZodOptional<z.ZodType<Prisma.StaffInclude<import("../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.StaffInclude<import("../../generated/prisma/runtime/client").DefaultArgs>>>;
where: z.ZodType<Prisma.StaffWhereUniqueInput, z.ZodTypeDef, Prisma.StaffWhereUniqueInput>;
}, "strict", z.ZodTypeAny, {
where: Prisma.StaffWhereUniqueInput;
include?: Prisma.StaffInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
select?: Prisma.StaffSelect<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
}, {
where: Prisma.StaffWhereUniqueInput;
include?: Prisma.StaffInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
select?: Prisma.StaffSelect<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
}>;
//# sourceMappingURL=findUniqueStaff.schema.d.ts.map