initial commit
This commit is contained in:
38
packages/db/shared/schemas/objects/PdfGroupOrderByWithAggregationInput.schema.d.ts
vendored
Normal file
38
packages/db/shared/schemas/objects/PdfGroupOrderByWithAggregationInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
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
|
||||
Reference in New Issue
Block a user