38 lines
3.1 KiB
TypeScript
38 lines
3.1 KiB
TypeScript
import type { Prisma } from '../../generated/prisma';
|
|
import * as z from 'zod';
|
|
export declare const InsuranceCredentialAggregateSchema: z.ZodType<Prisma.InsuranceCredentialAggregateArgs>;
|
|
export declare const InsuranceCredentialAggregateZodSchema: z.ZodObject<{
|
|
orderBy: z.ZodOptional<z.ZodUnion<[z.ZodType<Prisma.InsuranceCredentialOrderByWithRelationInput, z.ZodTypeDef, Prisma.InsuranceCredentialOrderByWithRelationInput>, z.ZodArray<z.ZodType<Prisma.InsuranceCredentialOrderByWithRelationInput, z.ZodTypeDef, Prisma.InsuranceCredentialOrderByWithRelationInput>, "many">]>>;
|
|
where: z.ZodOptional<z.ZodType<Prisma.InsuranceCredentialWhereInput, z.ZodTypeDef, Prisma.InsuranceCredentialWhereInput>>;
|
|
cursor: z.ZodOptional<z.ZodType<Prisma.InsuranceCredentialWhereUniqueInput, z.ZodTypeDef, Prisma.InsuranceCredentialWhereUniqueInput>>;
|
|
take: z.ZodOptional<z.ZodNumber>;
|
|
skip: z.ZodOptional<z.ZodNumber>;
|
|
_count: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<true>, z.ZodType<Prisma.InsuranceCredentialCountAggregateInputType, z.ZodTypeDef, Prisma.InsuranceCredentialCountAggregateInputType>]>>;
|
|
_min: z.ZodOptional<z.ZodType<Prisma.InsuranceCredentialMinAggregateInputType, z.ZodTypeDef, Prisma.InsuranceCredentialMinAggregateInputType>>;
|
|
_max: z.ZodOptional<z.ZodType<Prisma.InsuranceCredentialMaxAggregateInputType, z.ZodTypeDef, Prisma.InsuranceCredentialMaxAggregateInputType>>;
|
|
_avg: z.ZodOptional<z.ZodType<Prisma.InsuranceCredentialAvgAggregateInputType, z.ZodTypeDef, Prisma.InsuranceCredentialAvgAggregateInputType>>;
|
|
_sum: z.ZodOptional<z.ZodType<Prisma.InsuranceCredentialSumAggregateInputType, z.ZodTypeDef, Prisma.InsuranceCredentialSumAggregateInputType>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
where?: Prisma.InsuranceCredentialWhereInput | undefined;
|
|
_count?: true | Prisma.InsuranceCredentialCountAggregateInputType | undefined;
|
|
orderBy?: Prisma.InsuranceCredentialOrderByWithRelationInput | Prisma.InsuranceCredentialOrderByWithRelationInput[] | undefined;
|
|
cursor?: Prisma.InsuranceCredentialWhereUniqueInput | undefined;
|
|
take?: number | undefined;
|
|
skip?: number | undefined;
|
|
_min?: Prisma.InsuranceCredentialMinAggregateInputType | undefined;
|
|
_max?: Prisma.InsuranceCredentialMaxAggregateInputType | undefined;
|
|
_avg?: Prisma.InsuranceCredentialAvgAggregateInputType | undefined;
|
|
_sum?: Prisma.InsuranceCredentialSumAggregateInputType | undefined;
|
|
}, {
|
|
where?: Prisma.InsuranceCredentialWhereInput | undefined;
|
|
_count?: true | Prisma.InsuranceCredentialCountAggregateInputType | undefined;
|
|
orderBy?: Prisma.InsuranceCredentialOrderByWithRelationInput | Prisma.InsuranceCredentialOrderByWithRelationInput[] | undefined;
|
|
cursor?: Prisma.InsuranceCredentialWhereUniqueInput | undefined;
|
|
take?: number | undefined;
|
|
skip?: number | undefined;
|
|
_min?: Prisma.InsuranceCredentialMinAggregateInputType | undefined;
|
|
_max?: Prisma.InsuranceCredentialMaxAggregateInputType | undefined;
|
|
_avg?: Prisma.InsuranceCredentialAvgAggregateInputType | undefined;
|
|
_sum?: Prisma.InsuranceCredentialSumAggregateInputType | undefined;
|
|
}>;
|
|
//# sourceMappingURL=aggregateInsuranceCredential.schema.d.ts.map
|