initial commit
This commit is contained in:
38
packages/db/shared/schemas/aggregateCommunication.schema.d.ts
vendored
Normal file
38
packages/db/shared/schemas/aggregateCommunication.schema.d.ts
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
import type { Prisma } from '../../generated/prisma';
|
||||
import * as z from 'zod';
|
||||
export declare const CommunicationAggregateSchema: z.ZodType<Prisma.CommunicationAggregateArgs>;
|
||||
export declare const CommunicationAggregateZodSchema: z.ZodObject<{
|
||||
orderBy: z.ZodOptional<z.ZodUnion<[z.ZodType<Prisma.CommunicationOrderByWithRelationInput, z.ZodTypeDef, Prisma.CommunicationOrderByWithRelationInput>, z.ZodArray<z.ZodType<Prisma.CommunicationOrderByWithRelationInput, z.ZodTypeDef, Prisma.CommunicationOrderByWithRelationInput>, "many">]>>;
|
||||
where: z.ZodOptional<z.ZodType<Prisma.CommunicationWhereInput, z.ZodTypeDef, Prisma.CommunicationWhereInput>>;
|
||||
cursor: z.ZodOptional<z.ZodType<Prisma.CommunicationWhereUniqueInput, z.ZodTypeDef, Prisma.CommunicationWhereUniqueInput>>;
|
||||
take: z.ZodOptional<z.ZodNumber>;
|
||||
skip: z.ZodOptional<z.ZodNumber>;
|
||||
_count: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<true>, z.ZodType<Prisma.CommunicationCountAggregateInputType, z.ZodTypeDef, Prisma.CommunicationCountAggregateInputType>]>>;
|
||||
_min: z.ZodOptional<z.ZodType<Prisma.CommunicationMinAggregateInputType, z.ZodTypeDef, Prisma.CommunicationMinAggregateInputType>>;
|
||||
_max: z.ZodOptional<z.ZodType<Prisma.CommunicationMaxAggregateInputType, z.ZodTypeDef, Prisma.CommunicationMaxAggregateInputType>>;
|
||||
_avg: z.ZodOptional<z.ZodType<Prisma.CommunicationAvgAggregateInputType, z.ZodTypeDef, Prisma.CommunicationAvgAggregateInputType>>;
|
||||
_sum: z.ZodOptional<z.ZodType<Prisma.CommunicationSumAggregateInputType, z.ZodTypeDef, Prisma.CommunicationSumAggregateInputType>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
where?: Prisma.CommunicationWhereInput | undefined;
|
||||
_count?: true | Prisma.CommunicationCountAggregateInputType | undefined;
|
||||
orderBy?: Prisma.CommunicationOrderByWithRelationInput | Prisma.CommunicationOrderByWithRelationInput[] | undefined;
|
||||
cursor?: Prisma.CommunicationWhereUniqueInput | undefined;
|
||||
take?: number | undefined;
|
||||
skip?: number | undefined;
|
||||
_min?: Prisma.CommunicationMinAggregateInputType | undefined;
|
||||
_max?: Prisma.CommunicationMaxAggregateInputType | undefined;
|
||||
_avg?: Prisma.CommunicationAvgAggregateInputType | undefined;
|
||||
_sum?: Prisma.CommunicationSumAggregateInputType | undefined;
|
||||
}, {
|
||||
where?: Prisma.CommunicationWhereInput | undefined;
|
||||
_count?: true | Prisma.CommunicationCountAggregateInputType | undefined;
|
||||
orderBy?: Prisma.CommunicationOrderByWithRelationInput | Prisma.CommunicationOrderByWithRelationInput[] | undefined;
|
||||
cursor?: Prisma.CommunicationWhereUniqueInput | undefined;
|
||||
take?: number | undefined;
|
||||
skip?: number | undefined;
|
||||
_min?: Prisma.CommunicationMinAggregateInputType | undefined;
|
||||
_max?: Prisma.CommunicationMaxAggregateInputType | undefined;
|
||||
_avg?: Prisma.CommunicationAvgAggregateInputType | undefined;
|
||||
_sum?: Prisma.CommunicationSumAggregateInputType | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=aggregateCommunication.schema.d.ts.map
|
||||
Reference in New Issue
Block a user