41 lines
3.2 KiB
TypeScript
41 lines
3.2 KiB
TypeScript
import type { Prisma } from '../../generated/prisma';
|
|
import * as z from 'zod';
|
|
export declare const DatabaseBackupGroupBySchema: z.ZodType<Prisma.DatabaseBackupGroupByArgs>;
|
|
export declare const DatabaseBackupGroupByZodSchema: z.ZodObject<{
|
|
where: z.ZodOptional<z.ZodType<Prisma.DatabaseBackupWhereInput, z.ZodTypeDef, Prisma.DatabaseBackupWhereInput>>;
|
|
orderBy: z.ZodOptional<z.ZodUnion<[z.ZodType<Prisma.DatabaseBackupOrderByWithAggregationInput, z.ZodTypeDef, Prisma.DatabaseBackupOrderByWithAggregationInput>, z.ZodArray<z.ZodType<Prisma.DatabaseBackupOrderByWithAggregationInput, z.ZodTypeDef, Prisma.DatabaseBackupOrderByWithAggregationInput>, "many">]>>;
|
|
having: z.ZodOptional<z.ZodType<Prisma.DatabaseBackupScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.DatabaseBackupScalarWhereWithAggregatesInput>>;
|
|
take: z.ZodOptional<z.ZodNumber>;
|
|
skip: z.ZodOptional<z.ZodNumber>;
|
|
by: z.ZodArray<z.ZodEnum<["id", "userId", "createdAt"]>, "many">;
|
|
_count: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<true>, z.ZodType<Prisma.DatabaseBackupCountAggregateInputType, z.ZodTypeDef, Prisma.DatabaseBackupCountAggregateInputType>]>>;
|
|
_min: z.ZodOptional<z.ZodType<Prisma.DatabaseBackupMinAggregateInputType, z.ZodTypeDef, Prisma.DatabaseBackupMinAggregateInputType>>;
|
|
_max: z.ZodOptional<z.ZodType<Prisma.DatabaseBackupMaxAggregateInputType, z.ZodTypeDef, Prisma.DatabaseBackupMaxAggregateInputType>>;
|
|
_avg: z.ZodOptional<z.ZodType<Prisma.DatabaseBackupAvgAggregateInputType, z.ZodTypeDef, Prisma.DatabaseBackupAvgAggregateInputType>>;
|
|
_sum: z.ZodOptional<z.ZodType<Prisma.DatabaseBackupSumAggregateInputType, z.ZodTypeDef, Prisma.DatabaseBackupSumAggregateInputType>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
by: ("createdAt" | "id" | "userId")[];
|
|
where?: Prisma.DatabaseBackupWhereInput | undefined;
|
|
_count?: true | Prisma.DatabaseBackupCountAggregateInputType | undefined;
|
|
orderBy?: Prisma.DatabaseBackupOrderByWithAggregationInput | Prisma.DatabaseBackupOrderByWithAggregationInput[] | undefined;
|
|
take?: number | undefined;
|
|
skip?: number | undefined;
|
|
_min?: Prisma.DatabaseBackupMinAggregateInputType | undefined;
|
|
_max?: Prisma.DatabaseBackupMaxAggregateInputType | undefined;
|
|
_avg?: Prisma.DatabaseBackupAvgAggregateInputType | undefined;
|
|
_sum?: Prisma.DatabaseBackupSumAggregateInputType | undefined;
|
|
having?: Prisma.DatabaseBackupScalarWhereWithAggregatesInput | undefined;
|
|
}, {
|
|
by: ("createdAt" | "id" | "userId")[];
|
|
where?: Prisma.DatabaseBackupWhereInput | undefined;
|
|
_count?: true | Prisma.DatabaseBackupCountAggregateInputType | undefined;
|
|
orderBy?: Prisma.DatabaseBackupOrderByWithAggregationInput | Prisma.DatabaseBackupOrderByWithAggregationInput[] | undefined;
|
|
take?: number | undefined;
|
|
skip?: number | undefined;
|
|
_min?: Prisma.DatabaseBackupMinAggregateInputType | undefined;
|
|
_max?: Prisma.DatabaseBackupMaxAggregateInputType | undefined;
|
|
_avg?: Prisma.DatabaseBackupAvgAggregateInputType | undefined;
|
|
_sum?: Prisma.DatabaseBackupSumAggregateInputType | undefined;
|
|
having?: Prisma.DatabaseBackupScalarWhereWithAggregatesInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=groupByDatabaseBackup.schema.d.ts.map
|