14 lines
662 B
TypeScript
14 lines
662 B
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const ClaimFileSumOrderByAggregateInputObjectSchema: z.ZodType<Prisma.ClaimFileSumOrderByAggregateInput>;
|
|
export declare const ClaimFileSumOrderByAggregateInputObjectZodSchema: z.ZodObject<{
|
|
id: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
|
|
claimId: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
id?: "asc" | "desc" | undefined;
|
|
claimId?: "asc" | "desc" | undefined;
|
|
}, {
|
|
id?: "asc" | "desc" | undefined;
|
|
claimId?: "asc" | "desc" | undefined;
|
|
}>;
|
|
//# sourceMappingURL=ClaimFileSumOrderByAggregateInput.schema.d.ts.map
|