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

57 lines
3.9 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const PdfGroupSelectObjectSchema: z.ZodType<Prisma.PdfGroupSelect>;
export declare const PdfGroupSelectObjectZodSchema: z.ZodObject<{
id: z.ZodOptional<z.ZodBoolean>;
title: z.ZodOptional<z.ZodBoolean>;
titleKey: z.ZodOptional<z.ZodBoolean>;
createdAt: z.ZodOptional<z.ZodBoolean>;
patientId: z.ZodOptional<z.ZodBoolean>;
patient: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodLazy<z.ZodObject<{
select: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PatientSelect<import("../../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.PatientSelect<import("../../../generated/prisma/runtime/client").DefaultArgs>>>>;
include: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PatientInclude<import("../../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.PatientInclude<import("../../../generated/prisma/runtime/client").DefaultArgs>>>>;
}, "strict", z.ZodTypeAny, {
include?: Prisma.PatientInclude<import("../../../generated/prisma/runtime/client").DefaultArgs> | undefined;
select?: Prisma.PatientSelect<import("../../../generated/prisma/runtime/client").DefaultArgs> | undefined;
}, {
include?: Prisma.PatientInclude<import("../../../generated/prisma/runtime/client").DefaultArgs> | undefined;
select?: Prisma.PatientSelect<import("../../../generated/prisma/runtime/client").DefaultArgs> | undefined;
}>>]>>;
pdfs: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodLazy<z.ZodType<Prisma.PdfFileFindManyArgs<import("../../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.PdfFileFindManyArgs<import("../../../generated/prisma/runtime/client").DefaultArgs>>>]>>;
_count: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodLazy<z.ZodObject<{
select: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PdfGroupCountOutputTypeSelect<import("../../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.PdfGroupCountOutputTypeSelect<import("../../../generated/prisma/runtime/client").DefaultArgs>>>>;
}, "strict", z.ZodTypeAny, {
select?: Prisma.PdfGroupCountOutputTypeSelect<import("../../../generated/prisma/runtime/client").DefaultArgs> | undefined;
}, {
select?: Prisma.PdfGroupCountOutputTypeSelect<import("../../../generated/prisma/runtime/client").DefaultArgs> | undefined;
}>>]>>;
}, "strict", z.ZodTypeAny, {
createdAt?: boolean | undefined;
id?: boolean | undefined;
title?: boolean | undefined;
titleKey?: boolean | undefined;
pdfs?: boolean | Prisma.PdfFileFindManyArgs<import("../../../generated/prisma/runtime/client").DefaultArgs> | undefined;
patientId?: boolean | undefined;
patient?: boolean | {
include?: Prisma.PatientInclude<import("../../../generated/prisma/runtime/client").DefaultArgs> | undefined;
select?: Prisma.PatientSelect<import("../../../generated/prisma/runtime/client").DefaultArgs> | undefined;
} | undefined;
_count?: boolean | {
select?: Prisma.PdfGroupCountOutputTypeSelect<import("../../../generated/prisma/runtime/client").DefaultArgs> | undefined;
} | undefined;
}, {
createdAt?: boolean | undefined;
id?: boolean | undefined;
title?: boolean | undefined;
titleKey?: boolean | undefined;
pdfs?: boolean | Prisma.PdfFileFindManyArgs<import("../../../generated/prisma/runtime/client").DefaultArgs> | undefined;
patientId?: boolean | undefined;
patient?: boolean | {
include?: Prisma.PatientInclude<import("../../../generated/prisma/runtime/client").DefaultArgs> | undefined;
select?: Prisma.PatientSelect<import("../../../generated/prisma/runtime/client").DefaultArgs> | undefined;
} | undefined;
_count?: boolean | {
select?: Prisma.PdfGroupCountOutputTypeSelect<import("../../../generated/prisma/runtime/client").DefaultArgs> | undefined;
} | undefined;
}>;
//# sourceMappingURL=PdfGroupSelect.schema.d.ts.map