35 lines
3.8 KiB
TypeScript
35 lines
3.8 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const CloudFolderScalarWhereWithAggregatesInputObjectSchema: z.ZodType<Prisma.CloudFolderScalarWhereWithAggregatesInput>;
|
|
export declare const CloudFolderScalarWhereWithAggregatesInputObjectZodSchema: z.ZodObject<{
|
|
AND: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFolderScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.CloudFolderScalarWhereWithAggregatesInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFolderScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.CloudFolderScalarWhereWithAggregatesInput>>, "many">]>>;
|
|
OR: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFolderScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.CloudFolderScalarWhereWithAggregatesInput>>, "many">>;
|
|
NOT: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFolderScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.CloudFolderScalarWhereWithAggregatesInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFolderScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.CloudFolderScalarWhereWithAggregatesInput>>, "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]>>;
|
|
parentId: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntNullableWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.IntNullableWithAggregatesFilter<never>>>, z.ZodNumber]>>>;
|
|
createdAt: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.DateTimeWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.DateTimeWithAggregatesFilter<never>>>, z.ZodDate]>>;
|
|
updatedAt: 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.CloudFolderScalarWhereWithAggregatesInput | Prisma.CloudFolderScalarWhereWithAggregatesInput[] | undefined;
|
|
OR?: Prisma.CloudFolderScalarWhereWithAggregatesInput[] | undefined;
|
|
NOT?: Prisma.CloudFolderScalarWhereWithAggregatesInput | Prisma.CloudFolderScalarWhereWithAggregatesInput[] | undefined;
|
|
name?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
|
|
updatedAt?: Date | Prisma.DateTimeWithAggregatesFilter<never> | undefined;
|
|
parentId?: number | Prisma.IntNullableWithAggregatesFilter<never> | null | undefined;
|
|
}, {
|
|
createdAt?: Date | Prisma.DateTimeWithAggregatesFilter<never> | undefined;
|
|
id?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
|
|
userId?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
|
|
AND?: Prisma.CloudFolderScalarWhereWithAggregatesInput | Prisma.CloudFolderScalarWhereWithAggregatesInput[] | undefined;
|
|
OR?: Prisma.CloudFolderScalarWhereWithAggregatesInput[] | undefined;
|
|
NOT?: Prisma.CloudFolderScalarWhereWithAggregatesInput | Prisma.CloudFolderScalarWhereWithAggregatesInput[] | undefined;
|
|
name?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
|
|
updatedAt?: Date | Prisma.DateTimeWithAggregatesFilter<never> | undefined;
|
|
parentId?: number | Prisma.IntNullableWithAggregatesFilter<never> | null | undefined;
|
|
}>;
|
|
//# sourceMappingURL=CloudFolderScalarWhereWithAggregatesInput.schema.d.ts.map
|