23 lines
923 B
TypeScript
23 lines
923 B
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const PdfGroupMaxAggregateInputObjectSchema: z.ZodType<Prisma.PdfGroupMaxAggregateInputType>;
|
|
export declare const PdfGroupMaxAggregateInputObjectZodSchema: z.ZodObject<{
|
|
id: z.ZodOptional<z.ZodLiteral<true>>;
|
|
title: z.ZodOptional<z.ZodLiteral<true>>;
|
|
titleKey: z.ZodOptional<z.ZodLiteral<true>>;
|
|
createdAt: z.ZodOptional<z.ZodLiteral<true>>;
|
|
patientId: z.ZodOptional<z.ZodLiteral<true>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
createdAt?: true | undefined;
|
|
id?: true | undefined;
|
|
title?: true | undefined;
|
|
titleKey?: true | undefined;
|
|
patientId?: true | undefined;
|
|
}, {
|
|
createdAt?: true | undefined;
|
|
id?: true | undefined;
|
|
title?: true | undefined;
|
|
titleKey?: true | undefined;
|
|
patientId?: true | undefined;
|
|
}>;
|
|
//# sourceMappingURL=PdfGroupMaxAggregateInput.schema.d.ts.map
|