Files
DentalManagementMHAprilgg/packages/db/shared/schemas/objects/InsuranceCredentialMinAggregateInput.schema.d.ts
2026-04-04 22:13:55 -04:00

23 lines
961 B
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const InsuranceCredentialMinAggregateInputObjectSchema: z.ZodType<Prisma.InsuranceCredentialMinAggregateInputType>;
export declare const InsuranceCredentialMinAggregateInputObjectZodSchema: z.ZodObject<{
id: z.ZodOptional<z.ZodLiteral<true>>;
userId: z.ZodOptional<z.ZodLiteral<true>>;
siteKey: z.ZodOptional<z.ZodLiteral<true>>;
username: z.ZodOptional<z.ZodLiteral<true>>;
password: z.ZodOptional<z.ZodLiteral<true>>;
}, "strict", z.ZodTypeAny, {
id?: true | undefined;
userId?: true | undefined;
siteKey?: true | undefined;
username?: true | undefined;
password?: true | undefined;
}, {
id?: true | undefined;
userId?: true | undefined;
siteKey?: true | undefined;
username?: true | undefined;
password?: true | undefined;
}>;
//# sourceMappingURL=InsuranceCredentialMinAggregateInput.schema.d.ts.map