import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const StaffMinAggregateInputObjectSchema: z.ZodType; export declare const StaffMinAggregateInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>; userId: z.ZodOptional>; name: z.ZodOptional>; email: z.ZodOptional>; role: z.ZodOptional>; phone: z.ZodOptional>; createdAt: z.ZodOptional>; }, "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=StaffMinAggregateInput.schema.d.ts.map