initial commit
This commit is contained in:
38
packages/db/shared/schemas/aggregateBackupDestination.schema.d.ts
vendored
Normal file
38
packages/db/shared/schemas/aggregateBackupDestination.schema.d.ts
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
import type { Prisma } from '../../generated/prisma';
|
||||
import * as z from 'zod';
|
||||
export declare const BackupDestinationAggregateSchema: z.ZodType<Prisma.BackupDestinationAggregateArgs>;
|
||||
export declare const BackupDestinationAggregateZodSchema: z.ZodObject<{
|
||||
orderBy: z.ZodOptional<z.ZodUnion<[z.ZodType<Prisma.BackupDestinationOrderByWithRelationInput, z.ZodTypeDef, Prisma.BackupDestinationOrderByWithRelationInput>, z.ZodArray<z.ZodType<Prisma.BackupDestinationOrderByWithRelationInput, z.ZodTypeDef, Prisma.BackupDestinationOrderByWithRelationInput>, "many">]>>;
|
||||
where: z.ZodOptional<z.ZodType<Prisma.BackupDestinationWhereInput, z.ZodTypeDef, Prisma.BackupDestinationWhereInput>>;
|
||||
cursor: z.ZodOptional<z.ZodType<Prisma.BackupDestinationWhereUniqueInput, z.ZodTypeDef, Prisma.BackupDestinationWhereUniqueInput>>;
|
||||
take: z.ZodOptional<z.ZodNumber>;
|
||||
skip: z.ZodOptional<z.ZodNumber>;
|
||||
_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, {
|
||||
where?: Prisma.BackupDestinationWhereInput | undefined;
|
||||
_count?: true | Prisma.BackupDestinationCountAggregateInputType | undefined;
|
||||
orderBy?: Prisma.BackupDestinationOrderByWithRelationInput | Prisma.BackupDestinationOrderByWithRelationInput[] | undefined;
|
||||
cursor?: Prisma.BackupDestinationWhereUniqueInput | undefined;
|
||||
take?: number | undefined;
|
||||
skip?: number | undefined;
|
||||
_min?: Prisma.BackupDestinationMinAggregateInputType | undefined;
|
||||
_max?: Prisma.BackupDestinationMaxAggregateInputType | undefined;
|
||||
_avg?: Prisma.BackupDestinationAvgAggregateInputType | undefined;
|
||||
_sum?: Prisma.BackupDestinationSumAggregateInputType | undefined;
|
||||
}, {
|
||||
where?: Prisma.BackupDestinationWhereInput | undefined;
|
||||
_count?: true | Prisma.BackupDestinationCountAggregateInputType | undefined;
|
||||
orderBy?: Prisma.BackupDestinationOrderByWithRelationInput | Prisma.BackupDestinationOrderByWithRelationInput[] | undefined;
|
||||
cursor?: Prisma.BackupDestinationWhereUniqueInput | undefined;
|
||||
take?: number | undefined;
|
||||
skip?: number | undefined;
|
||||
_min?: Prisma.BackupDestinationMinAggregateInputType | undefined;
|
||||
_max?: Prisma.BackupDestinationMaxAggregateInputType | undefined;
|
||||
_avg?: Prisma.BackupDestinationAvgAggregateInputType | undefined;
|
||||
_sum?: Prisma.BackupDestinationSumAggregateInputType | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=aggregateBackupDestination.schema.d.ts.map
|
||||
Reference in New Issue
Block a user