14 lines
587 B
TypeScript
14 lines
587 B
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const NpiProviderSumAggregateInputObjectSchema: z.ZodType<Prisma.NpiProviderSumAggregateInputType>;
|
|
export declare const NpiProviderSumAggregateInputObjectZodSchema: z.ZodObject<{
|
|
id: z.ZodOptional<z.ZodLiteral<true>>;
|
|
userId: z.ZodOptional<z.ZodLiteral<true>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
id?: true | undefined;
|
|
userId?: true | undefined;
|
|
}, {
|
|
id?: true | undefined;
|
|
userId?: true | undefined;
|
|
}>;
|
|
//# sourceMappingURL=NpiProviderSumAggregateInput.schema.d.ts.map
|