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

17 lines
1.5 KiB
TypeScript

import type { Prisma } from '../../generated/prisma';
import * as z from 'zod';
export declare const StaffCreateOneSchema: z.ZodType<Prisma.StaffCreateArgs>;
export declare const StaffCreateOneZodSchema: 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>>>;
data: z.ZodUnion<[z.ZodType<Prisma.StaffCreateInput, z.ZodTypeDef, Prisma.StaffCreateInput>, z.ZodType<Prisma.StaffUncheckedCreateInput, z.ZodTypeDef, Prisma.StaffUncheckedCreateInput>]>;
}, "strict", z.ZodTypeAny, {
data: Prisma.StaffUncheckedCreateInput | Prisma.StaffCreateInput;
include?: Prisma.StaffInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
select?: Prisma.StaffSelect<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
}, {
data: Prisma.StaffUncheckedCreateInput | Prisma.StaffCreateInput;
include?: Prisma.StaffInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
select?: Prisma.StaffSelect<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
}>;
//# sourceMappingURL=createOneStaff.schema.d.ts.map