38 lines
2.4 KiB
TypeScript
38 lines
2.4 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const PdfGroupOrderByWithAggregationInputObjectSchema: z.ZodType<Prisma.PdfGroupOrderByWithAggregationInput>;
|
|
export declare const PdfGroupOrderByWithAggregationInputObjectZodSchema: z.ZodObject<{
|
|
id: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
|
|
title: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
|
|
titleKey: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
|
|
createdAt: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
|
|
patientId: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
|
|
_count: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PdfGroupCountOrderByAggregateInput, z.ZodTypeDef, Prisma.PdfGroupCountOrderByAggregateInput>>>;
|
|
_avg: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PdfGroupAvgOrderByAggregateInput, z.ZodTypeDef, Prisma.PdfGroupAvgOrderByAggregateInput>>>;
|
|
_max: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PdfGroupMaxOrderByAggregateInput, z.ZodTypeDef, Prisma.PdfGroupMaxOrderByAggregateInput>>>;
|
|
_min: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PdfGroupMinOrderByAggregateInput, z.ZodTypeDef, Prisma.PdfGroupMinOrderByAggregateInput>>>;
|
|
_sum: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PdfGroupSumOrderByAggregateInput, z.ZodTypeDef, Prisma.PdfGroupSumOrderByAggregateInput>>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
createdAt?: "asc" | "desc" | undefined;
|
|
id?: "asc" | "desc" | undefined;
|
|
title?: "asc" | "desc" | undefined;
|
|
titleKey?: "asc" | "desc" | undefined;
|
|
patientId?: "asc" | "desc" | undefined;
|
|
_count?: Prisma.PdfGroupCountOrderByAggregateInput | undefined;
|
|
_min?: Prisma.PdfGroupMinOrderByAggregateInput | undefined;
|
|
_max?: Prisma.PdfGroupMaxOrderByAggregateInput | undefined;
|
|
_avg?: Prisma.PdfGroupAvgOrderByAggregateInput | undefined;
|
|
_sum?: Prisma.PdfGroupSumOrderByAggregateInput | undefined;
|
|
}, {
|
|
createdAt?: "asc" | "desc" | undefined;
|
|
id?: "asc" | "desc" | undefined;
|
|
title?: "asc" | "desc" | undefined;
|
|
titleKey?: "asc" | "desc" | undefined;
|
|
patientId?: "asc" | "desc" | undefined;
|
|
_count?: Prisma.PdfGroupCountOrderByAggregateInput | undefined;
|
|
_min?: Prisma.PdfGroupMinOrderByAggregateInput | undefined;
|
|
_max?: Prisma.PdfGroupMaxOrderByAggregateInput | undefined;
|
|
_avg?: Prisma.PdfGroupAvgOrderByAggregateInput | undefined;
|
|
_sum?: Prisma.PdfGroupSumOrderByAggregateInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=PdfGroupOrderByWithAggregationInput.schema.d.ts.map
|