initial commit
This commit is contained in:
38
packages/db/shared/schemas/aggregateNpiProvider.schema.d.ts
vendored
Normal file
38
packages/db/shared/schemas/aggregateNpiProvider.schema.d.ts
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
import type { Prisma } from '../../generated/prisma';
|
||||
import * as z from 'zod';
|
||||
export declare const NpiProviderAggregateSchema: z.ZodType<Prisma.NpiProviderAggregateArgs>;
|
||||
export declare const NpiProviderAggregateZodSchema: z.ZodObject<{
|
||||
orderBy: z.ZodOptional<z.ZodUnion<[z.ZodType<Prisma.NpiProviderOrderByWithRelationInput, z.ZodTypeDef, Prisma.NpiProviderOrderByWithRelationInput>, z.ZodArray<z.ZodType<Prisma.NpiProviderOrderByWithRelationInput, z.ZodTypeDef, Prisma.NpiProviderOrderByWithRelationInput>, "many">]>>;
|
||||
where: z.ZodOptional<z.ZodType<Prisma.NpiProviderWhereInput, z.ZodTypeDef, Prisma.NpiProviderWhereInput>>;
|
||||
cursor: z.ZodOptional<z.ZodType<Prisma.NpiProviderWhereUniqueInput, z.ZodTypeDef, Prisma.NpiProviderWhereUniqueInput>>;
|
||||
take: z.ZodOptional<z.ZodNumber>;
|
||||
skip: z.ZodOptional<z.ZodNumber>;
|
||||
_count: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<true>, z.ZodType<Prisma.NpiProviderCountAggregateInputType, z.ZodTypeDef, Prisma.NpiProviderCountAggregateInputType>]>>;
|
||||
_min: z.ZodOptional<z.ZodType<Prisma.NpiProviderMinAggregateInputType, z.ZodTypeDef, Prisma.NpiProviderMinAggregateInputType>>;
|
||||
_max: z.ZodOptional<z.ZodType<Prisma.NpiProviderMaxAggregateInputType, z.ZodTypeDef, Prisma.NpiProviderMaxAggregateInputType>>;
|
||||
_avg: z.ZodOptional<z.ZodType<Prisma.NpiProviderAvgAggregateInputType, z.ZodTypeDef, Prisma.NpiProviderAvgAggregateInputType>>;
|
||||
_sum: z.ZodOptional<z.ZodType<Prisma.NpiProviderSumAggregateInputType, z.ZodTypeDef, Prisma.NpiProviderSumAggregateInputType>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
where?: Prisma.NpiProviderWhereInput | undefined;
|
||||
_count?: true | Prisma.NpiProviderCountAggregateInputType | undefined;
|
||||
orderBy?: Prisma.NpiProviderOrderByWithRelationInput | Prisma.NpiProviderOrderByWithRelationInput[] | undefined;
|
||||
cursor?: Prisma.NpiProviderWhereUniqueInput | undefined;
|
||||
take?: number | undefined;
|
||||
skip?: number | undefined;
|
||||
_min?: Prisma.NpiProviderMinAggregateInputType | undefined;
|
||||
_max?: Prisma.NpiProviderMaxAggregateInputType | undefined;
|
||||
_avg?: Prisma.NpiProviderAvgAggregateInputType | undefined;
|
||||
_sum?: Prisma.NpiProviderSumAggregateInputType | undefined;
|
||||
}, {
|
||||
where?: Prisma.NpiProviderWhereInput | undefined;
|
||||
_count?: true | Prisma.NpiProviderCountAggregateInputType | undefined;
|
||||
orderBy?: Prisma.NpiProviderOrderByWithRelationInput | Prisma.NpiProviderOrderByWithRelationInput[] | undefined;
|
||||
cursor?: Prisma.NpiProviderWhereUniqueInput | undefined;
|
||||
take?: number | undefined;
|
||||
skip?: number | undefined;
|
||||
_min?: Prisma.NpiProviderMinAggregateInputType | undefined;
|
||||
_max?: Prisma.NpiProviderMaxAggregateInputType | undefined;
|
||||
_avg?: Prisma.NpiProviderAvgAggregateInputType | undefined;
|
||||
_sum?: Prisma.NpiProviderSumAggregateInputType | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=aggregateNpiProvider.schema.d.ts.map
|
||||
Reference in New Issue
Block a user