initial commit
This commit is contained in:
41
packages/db/shared/schemas/groupByPdfGroup.schema.d.ts
vendored
Normal file
41
packages/db/shared/schemas/groupByPdfGroup.schema.d.ts
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
import type { Prisma } from '../../generated/prisma';
|
||||
import * as z from 'zod';
|
||||
export declare const PdfGroupGroupBySchema: z.ZodType<Prisma.PdfGroupGroupByArgs>;
|
||||
export declare const PdfGroupGroupByZodSchema: z.ZodObject<{
|
||||
where: z.ZodOptional<z.ZodType<Prisma.PdfGroupWhereInput, z.ZodTypeDef, Prisma.PdfGroupWhereInput>>;
|
||||
orderBy: z.ZodOptional<z.ZodUnion<[z.ZodType<Prisma.PdfGroupOrderByWithAggregationInput, z.ZodTypeDef, Prisma.PdfGroupOrderByWithAggregationInput>, z.ZodArray<z.ZodType<Prisma.PdfGroupOrderByWithAggregationInput, z.ZodTypeDef, Prisma.PdfGroupOrderByWithAggregationInput>, "many">]>>;
|
||||
having: z.ZodOptional<z.ZodType<Prisma.PdfGroupScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.PdfGroupScalarWhereWithAggregatesInput>>;
|
||||
take: z.ZodOptional<z.ZodNumber>;
|
||||
skip: z.ZodOptional<z.ZodNumber>;
|
||||
by: z.ZodArray<z.ZodEnum<["id", "title", "titleKey", "createdAt", "patientId"]>, "many">;
|
||||
_count: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<true>, z.ZodType<Prisma.PdfGroupCountAggregateInputType, z.ZodTypeDef, Prisma.PdfGroupCountAggregateInputType>]>>;
|
||||
_min: z.ZodOptional<z.ZodType<Prisma.PdfGroupMinAggregateInputType, z.ZodTypeDef, Prisma.PdfGroupMinAggregateInputType>>;
|
||||
_max: z.ZodOptional<z.ZodType<Prisma.PdfGroupMaxAggregateInputType, z.ZodTypeDef, Prisma.PdfGroupMaxAggregateInputType>>;
|
||||
_avg: z.ZodOptional<z.ZodType<Prisma.PdfGroupAvgAggregateInputType, z.ZodTypeDef, Prisma.PdfGroupAvgAggregateInputType>>;
|
||||
_sum: z.ZodOptional<z.ZodType<Prisma.PdfGroupSumAggregateInputType, z.ZodTypeDef, Prisma.PdfGroupSumAggregateInputType>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
by: ("createdAt" | "id" | "title" | "titleKey" | "patientId")[];
|
||||
where?: Prisma.PdfGroupWhereInput | undefined;
|
||||
_count?: true | Prisma.PdfGroupCountAggregateInputType | undefined;
|
||||
orderBy?: Prisma.PdfGroupOrderByWithAggregationInput | Prisma.PdfGroupOrderByWithAggregationInput[] | undefined;
|
||||
take?: number | undefined;
|
||||
skip?: number | undefined;
|
||||
_min?: Prisma.PdfGroupMinAggregateInputType | undefined;
|
||||
_max?: Prisma.PdfGroupMaxAggregateInputType | undefined;
|
||||
_avg?: Prisma.PdfGroupAvgAggregateInputType | undefined;
|
||||
_sum?: Prisma.PdfGroupSumAggregateInputType | undefined;
|
||||
having?: Prisma.PdfGroupScalarWhereWithAggregatesInput | undefined;
|
||||
}, {
|
||||
by: ("createdAt" | "id" | "title" | "titleKey" | "patientId")[];
|
||||
where?: Prisma.PdfGroupWhereInput | undefined;
|
||||
_count?: true | Prisma.PdfGroupCountAggregateInputType | undefined;
|
||||
orderBy?: Prisma.PdfGroupOrderByWithAggregationInput | Prisma.PdfGroupOrderByWithAggregationInput[] | undefined;
|
||||
take?: number | undefined;
|
||||
skip?: number | undefined;
|
||||
_min?: Prisma.PdfGroupMinAggregateInputType | undefined;
|
||||
_max?: Prisma.PdfGroupMaxAggregateInputType | undefined;
|
||||
_avg?: Prisma.PdfGroupAvgAggregateInputType | undefined;
|
||||
_sum?: Prisma.PdfGroupSumAggregateInputType | undefined;
|
||||
having?: Prisma.PdfGroupScalarWhereWithAggregatesInput | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=groupByPdfGroup.schema.d.ts.map
|
||||
Reference in New Issue
Block a user