initial commit
This commit is contained in:
41
packages/db/shared/schemas/groupByBackupDestination.schema.d.ts
vendored
Normal file
41
packages/db/shared/schemas/groupByBackupDestination.schema.d.ts
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
import type { Prisma } from '../../generated/prisma';
|
||||
import * as z from 'zod';
|
||||
export declare const BackupDestinationGroupBySchema: z.ZodType<Prisma.BackupDestinationGroupByArgs>;
|
||||
export declare const BackupDestinationGroupByZodSchema: z.ZodObject<{
|
||||
where: z.ZodOptional<z.ZodType<Prisma.BackupDestinationWhereInput, z.ZodTypeDef, Prisma.BackupDestinationWhereInput>>;
|
||||
orderBy: z.ZodOptional<z.ZodUnion<[z.ZodType<Prisma.BackupDestinationOrderByWithAggregationInput, z.ZodTypeDef, Prisma.BackupDestinationOrderByWithAggregationInput>, z.ZodArray<z.ZodType<Prisma.BackupDestinationOrderByWithAggregationInput, z.ZodTypeDef, Prisma.BackupDestinationOrderByWithAggregationInput>, "many">]>>;
|
||||
having: z.ZodOptional<z.ZodType<Prisma.BackupDestinationScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.BackupDestinationScalarWhereWithAggregatesInput>>;
|
||||
take: z.ZodOptional<z.ZodNumber>;
|
||||
skip: z.ZodOptional<z.ZodNumber>;
|
||||
by: z.ZodArray<z.ZodEnum<["id", "userId", "path", "isActive", "createdAt"]>, "many">;
|
||||
_count: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<true>, z.ZodType<Prisma.BackupDestinationCountAggregateInputType, z.ZodTypeDef, Prisma.BackupDestinationCountAggregateInputType>]>>;
|
||||
_min: z.ZodOptional<z.ZodType<Prisma.BackupDestinationMinAggregateInputType, z.ZodTypeDef, Prisma.BackupDestinationMinAggregateInputType>>;
|
||||
_max: z.ZodOptional<z.ZodType<Prisma.BackupDestinationMaxAggregateInputType, z.ZodTypeDef, Prisma.BackupDestinationMaxAggregateInputType>>;
|
||||
_avg: z.ZodOptional<z.ZodType<Prisma.BackupDestinationAvgAggregateInputType, z.ZodTypeDef, Prisma.BackupDestinationAvgAggregateInputType>>;
|
||||
_sum: z.ZodOptional<z.ZodType<Prisma.BackupDestinationSumAggregateInputType, z.ZodTypeDef, Prisma.BackupDestinationSumAggregateInputType>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
by: ("path" | "createdAt" | "id" | "userId" | "isActive")[];
|
||||
where?: Prisma.BackupDestinationWhereInput | undefined;
|
||||
_count?: true | Prisma.BackupDestinationCountAggregateInputType | undefined;
|
||||
orderBy?: Prisma.BackupDestinationOrderByWithAggregationInput | Prisma.BackupDestinationOrderByWithAggregationInput[] | undefined;
|
||||
take?: number | undefined;
|
||||
skip?: number | undefined;
|
||||
_min?: Prisma.BackupDestinationMinAggregateInputType | undefined;
|
||||
_max?: Prisma.BackupDestinationMaxAggregateInputType | undefined;
|
||||
_avg?: Prisma.BackupDestinationAvgAggregateInputType | undefined;
|
||||
_sum?: Prisma.BackupDestinationSumAggregateInputType | undefined;
|
||||
having?: Prisma.BackupDestinationScalarWhereWithAggregatesInput | undefined;
|
||||
}, {
|
||||
by: ("path" | "createdAt" | "id" | "userId" | "isActive")[];
|
||||
where?: Prisma.BackupDestinationWhereInput | undefined;
|
||||
_count?: true | Prisma.BackupDestinationCountAggregateInputType | undefined;
|
||||
orderBy?: Prisma.BackupDestinationOrderByWithAggregationInput | Prisma.BackupDestinationOrderByWithAggregationInput[] | undefined;
|
||||
take?: number | undefined;
|
||||
skip?: number | undefined;
|
||||
_min?: Prisma.BackupDestinationMinAggregateInputType | undefined;
|
||||
_max?: Prisma.BackupDestinationMaxAggregateInputType | undefined;
|
||||
_avg?: Prisma.BackupDestinationAvgAggregateInputType | undefined;
|
||||
_sum?: Prisma.BackupDestinationSumAggregateInputType | undefined;
|
||||
having?: Prisma.BackupDestinationScalarWhereWithAggregatesInput | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=groupByBackupDestination.schema.d.ts.map
|
||||
Reference in New Issue
Block a user