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

29 lines
1.1 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const StaffMaxAggregateInputObjectSchema: z.ZodType<Prisma.StaffMaxAggregateInputType>;
export declare const StaffMaxAggregateInputObjectZodSchema: z.ZodObject<{
id: z.ZodOptional<z.ZodLiteral<true>>;
userId: z.ZodOptional<z.ZodLiteral<true>>;
name: z.ZodOptional<z.ZodLiteral<true>>;
email: z.ZodOptional<z.ZodLiteral<true>>;
role: z.ZodOptional<z.ZodLiteral<true>>;
phone: z.ZodOptional<z.ZodLiteral<true>>;
createdAt: z.ZodOptional<z.ZodLiteral<true>>;
}, "strict", z.ZodTypeAny, {
createdAt?: true | undefined;
id?: true | undefined;
userId?: true | undefined;
name?: true | undefined;
email?: true | undefined;
role?: true | undefined;
phone?: true | undefined;
}, {
createdAt?: true | undefined;
id?: true | undefined;
userId?: true | undefined;
name?: true | undefined;
email?: true | undefined;
role?: true | undefined;
phone?: true | undefined;
}>;
//# sourceMappingURL=StaffMaxAggregateInput.schema.d.ts.map