38 lines
2.9 KiB
TypeScript
38 lines
2.9 KiB
TypeScript
import type { Prisma } from '../../generated/prisma';
|
|
import * as z from 'zod';
|
|
export declare const DatabaseBackupAggregateSchema: z.ZodType<Prisma.DatabaseBackupAggregateArgs>;
|
|
export declare const DatabaseBackupAggregateZodSchema: z.ZodObject<{
|
|
orderBy: z.ZodOptional<z.ZodUnion<[z.ZodType<Prisma.DatabaseBackupOrderByWithRelationInput, z.ZodTypeDef, Prisma.DatabaseBackupOrderByWithRelationInput>, z.ZodArray<z.ZodType<Prisma.DatabaseBackupOrderByWithRelationInput, z.ZodTypeDef, Prisma.DatabaseBackupOrderByWithRelationInput>, "many">]>>;
|
|
where: z.ZodOptional<z.ZodType<Prisma.DatabaseBackupWhereInput, z.ZodTypeDef, Prisma.DatabaseBackupWhereInput>>;
|
|
cursor: z.ZodOptional<z.ZodType<Prisma.DatabaseBackupWhereUniqueInput, z.ZodTypeDef, Prisma.DatabaseBackupWhereUniqueInput>>;
|
|
take: z.ZodOptional<z.ZodNumber>;
|
|
skip: z.ZodOptional<z.ZodNumber>;
|
|
_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, {
|
|
where?: Prisma.DatabaseBackupWhereInput | undefined;
|
|
_count?: true | Prisma.DatabaseBackupCountAggregateInputType | undefined;
|
|
orderBy?: Prisma.DatabaseBackupOrderByWithRelationInput | Prisma.DatabaseBackupOrderByWithRelationInput[] | undefined;
|
|
cursor?: Prisma.DatabaseBackupWhereUniqueInput | undefined;
|
|
take?: number | undefined;
|
|
skip?: number | undefined;
|
|
_min?: Prisma.DatabaseBackupMinAggregateInputType | undefined;
|
|
_max?: Prisma.DatabaseBackupMaxAggregateInputType | undefined;
|
|
_avg?: Prisma.DatabaseBackupAvgAggregateInputType | undefined;
|
|
_sum?: Prisma.DatabaseBackupSumAggregateInputType | undefined;
|
|
}, {
|
|
where?: Prisma.DatabaseBackupWhereInput | undefined;
|
|
_count?: true | Prisma.DatabaseBackupCountAggregateInputType | undefined;
|
|
orderBy?: Prisma.DatabaseBackupOrderByWithRelationInput | Prisma.DatabaseBackupOrderByWithRelationInput[] | undefined;
|
|
cursor?: Prisma.DatabaseBackupWhereUniqueInput | undefined;
|
|
take?: number | undefined;
|
|
skip?: number | undefined;
|
|
_min?: Prisma.DatabaseBackupMinAggregateInputType | undefined;
|
|
_max?: Prisma.DatabaseBackupMaxAggregateInputType | undefined;
|
|
_avg?: Prisma.DatabaseBackupAvgAggregateInputType | undefined;
|
|
_sum?: Prisma.DatabaseBackupSumAggregateInputType | undefined;
|
|
}>;
|
|
//# sourceMappingURL=aggregateDatabaseBackup.schema.d.ts.map
|