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

17 lines
1.6 KiB
TypeScript

import type { Prisma } from '../../generated/prisma';
import * as z from 'zod';
export declare const ServiceLineCreateOneSchema: z.ZodType<Prisma.ServiceLineCreateArgs>;
export declare const ServiceLineCreateOneZodSchema: z.ZodObject<{
select: z.ZodOptional<z.ZodType<Prisma.ServiceLineSelect<import("../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.ServiceLineSelect<import("../../generated/prisma/runtime/client").DefaultArgs>>>;
include: z.ZodOptional<z.ZodType<Prisma.ServiceLineInclude<import("../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.ServiceLineInclude<import("../../generated/prisma/runtime/client").DefaultArgs>>>;
data: z.ZodUnion<[z.ZodType<Prisma.ServiceLineCreateInput, z.ZodTypeDef, Prisma.ServiceLineCreateInput>, z.ZodType<Prisma.ServiceLineUncheckedCreateInput, z.ZodTypeDef, Prisma.ServiceLineUncheckedCreateInput>]>;
}, "strict", z.ZodTypeAny, {
data: Prisma.ServiceLineCreateInput | Prisma.ServiceLineUncheckedCreateInput;
include?: Prisma.ServiceLineInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
select?: Prisma.ServiceLineSelect<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
}, {
data: Prisma.ServiceLineCreateInput | Prisma.ServiceLineUncheckedCreateInput;
include?: Prisma.ServiceLineInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
select?: Prisma.ServiceLineSelect<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
}>;
//# sourceMappingURL=createOneServiceLine.schema.d.ts.map