38 lines
4.0 KiB
TypeScript
38 lines
4.0 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const StaffScalarWhereWithAggregatesInputObjectSchema: z.ZodType<Prisma.StaffScalarWhereWithAggregatesInput>;
|
|
export declare const StaffScalarWhereWithAggregatesInputObjectZodSchema: z.ZodObject<{
|
|
AND: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StaffScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.StaffScalarWhereWithAggregatesInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.StaffScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.StaffScalarWhereWithAggregatesInput>>, "many">]>>;
|
|
OR: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodType<Prisma.StaffScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.StaffScalarWhereWithAggregatesInput>>, "many">>;
|
|
NOT: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StaffScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.StaffScalarWhereWithAggregatesInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.StaffScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.StaffScalarWhereWithAggregatesInput>>, "many">]>>;
|
|
id: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.IntWithAggregatesFilter<never>>>, z.ZodNumber]>>;
|
|
userId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.IntWithAggregatesFilter<never>>>, z.ZodNumber]>>;
|
|
name: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.StringWithAggregatesFilter<never>>>, z.ZodString]>>;
|
|
email: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringNullableWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.StringNullableWithAggregatesFilter<never>>>, z.ZodString]>>>;
|
|
role: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.StringWithAggregatesFilter<never>>>, z.ZodString]>>;
|
|
phone: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringNullableWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.StringNullableWithAggregatesFilter<never>>>, z.ZodString]>>>;
|
|
createdAt: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.DateTimeWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.DateTimeWithAggregatesFilter<never>>>, z.ZodDate]>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
createdAt?: Date | Prisma.DateTimeWithAggregatesFilter<never> | undefined;
|
|
id?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
|
|
userId?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
|
|
AND?: Prisma.StaffScalarWhereWithAggregatesInput | Prisma.StaffScalarWhereWithAggregatesInput[] | undefined;
|
|
OR?: Prisma.StaffScalarWhereWithAggregatesInput[] | undefined;
|
|
NOT?: Prisma.StaffScalarWhereWithAggregatesInput | Prisma.StaffScalarWhereWithAggregatesInput[] | undefined;
|
|
name?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
|
|
email?: string | Prisma.StringNullableWithAggregatesFilter<never> | null | undefined;
|
|
role?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
|
|
phone?: string | Prisma.StringNullableWithAggregatesFilter<never> | null | undefined;
|
|
}, {
|
|
createdAt?: Date | Prisma.DateTimeWithAggregatesFilter<never> | undefined;
|
|
id?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
|
|
userId?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
|
|
AND?: Prisma.StaffScalarWhereWithAggregatesInput | Prisma.StaffScalarWhereWithAggregatesInput[] | undefined;
|
|
OR?: Prisma.StaffScalarWhereWithAggregatesInput[] | undefined;
|
|
NOT?: Prisma.StaffScalarWhereWithAggregatesInput | Prisma.StaffScalarWhereWithAggregatesInput[] | undefined;
|
|
name?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
|
|
email?: string | Prisma.StringNullableWithAggregatesFilter<never> | null | undefined;
|
|
role?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
|
|
phone?: string | Prisma.StringNullableWithAggregatesFilter<never> | null | undefined;
|
|
}>;
|
|
//# sourceMappingURL=StaffScalarWhereWithAggregatesInput.schema.d.ts.map
|