14 lines
619 B
TypeScript
14 lines
619 B
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const InsuranceCredentialAvgAggregateInputObjectSchema: z.ZodType<Prisma.InsuranceCredentialAvgAggregateInputType>;
|
|
export declare const InsuranceCredentialAvgAggregateInputObjectZodSchema: 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=InsuranceCredentialAvgAggregateInput.schema.d.ts.map
|