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

26 lines
1.9 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const PdfFileIncludeObjectSchema: z.ZodType<Prisma.PdfFileInclude>;
export declare const PdfFileIncludeObjectZodSchema: z.ZodObject<{
group: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodLazy<z.ZodObject<{
select: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PdfGroupSelect<import("../../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.PdfGroupSelect<import("../../../generated/prisma/runtime/client").DefaultArgs>>>>;
include: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PdfGroupInclude<import("../../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.PdfGroupInclude<import("../../../generated/prisma/runtime/client").DefaultArgs>>>>;
}, "strict", z.ZodTypeAny, {
include?: Prisma.PdfGroupInclude<import("../../../generated/prisma/runtime/client").DefaultArgs> | undefined;
select?: Prisma.PdfGroupSelect<import("../../../generated/prisma/runtime/client").DefaultArgs> | undefined;
}, {
include?: Prisma.PdfGroupInclude<import("../../../generated/prisma/runtime/client").DefaultArgs> | undefined;
select?: Prisma.PdfGroupSelect<import("../../../generated/prisma/runtime/client").DefaultArgs> | undefined;
}>>]>>;
}, "strict", z.ZodTypeAny, {
group?: boolean | {
include?: Prisma.PdfGroupInclude<import("../../../generated/prisma/runtime/client").DefaultArgs> | undefined;
select?: Prisma.PdfGroupSelect<import("../../../generated/prisma/runtime/client").DefaultArgs> | undefined;
} | undefined;
}, {
group?: boolean | {
include?: Prisma.PdfGroupInclude<import("../../../generated/prisma/runtime/client").DefaultArgs> | undefined;
select?: Prisma.PdfGroupSelect<import("../../../generated/prisma/runtime/client").DefaultArgs> | undefined;
} | undefined;
}>;
//# sourceMappingURL=PdfFileInclude.schema.d.ts.map