initial commit
This commit is contained in:
14
packages/db/shared/schemas/objects/PdfGroupSumOrderByAggregateInput.schema.d.ts
vendored
Normal file
14
packages/db/shared/schemas/objects/PdfGroupSumOrderByAggregateInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const PdfGroupSumOrderByAggregateInputObjectSchema: z.ZodType<Prisma.PdfGroupSumOrderByAggregateInput>;
|
||||
export declare const PdfGroupSumOrderByAggregateInputObjectZodSchema: z.ZodObject<{
|
||||
id: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
|
||||
patientId: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
id?: "asc" | "desc" | undefined;
|
||||
patientId?: "asc" | "desc" | undefined;
|
||||
}, {
|
||||
id?: "asc" | "desc" | undefined;
|
||||
patientId?: "asc" | "desc" | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=PdfGroupSumOrderByAggregateInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user