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