initial commit

This commit is contained in:
2026-04-04 22:13:55 -04:00
commit 5d77e207c9
10181 changed files with 522212 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const DatabaseBackupScalarWhereWithAggregatesInputObjectSchema: z.ZodType<Prisma.DatabaseBackupScalarWhereWithAggregatesInput>;
export declare const DatabaseBackupScalarWhereWithAggregatesInputObjectZodSchema: z.ZodObject<{
AND: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.DatabaseBackupScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.DatabaseBackupScalarWhereWithAggregatesInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.DatabaseBackupScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.DatabaseBackupScalarWhereWithAggregatesInput>>, "many">]>>;
OR: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodType<Prisma.DatabaseBackupScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.DatabaseBackupScalarWhereWithAggregatesInput>>, "many">>;
NOT: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.DatabaseBackupScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.DatabaseBackupScalarWhereWithAggregatesInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.DatabaseBackupScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.DatabaseBackupScalarWhereWithAggregatesInput>>, "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]>>;
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.DatabaseBackupScalarWhereWithAggregatesInput | Prisma.DatabaseBackupScalarWhereWithAggregatesInput[] | undefined;
OR?: Prisma.DatabaseBackupScalarWhereWithAggregatesInput[] | undefined;
NOT?: Prisma.DatabaseBackupScalarWhereWithAggregatesInput | Prisma.DatabaseBackupScalarWhereWithAggregatesInput[] | undefined;
}, {
createdAt?: Date | Prisma.DateTimeWithAggregatesFilter<never> | undefined;
id?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
userId?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
AND?: Prisma.DatabaseBackupScalarWhereWithAggregatesInput | Prisma.DatabaseBackupScalarWhereWithAggregatesInput[] | undefined;
OR?: Prisma.DatabaseBackupScalarWhereWithAggregatesInput[] | undefined;
NOT?: Prisma.DatabaseBackupScalarWhereWithAggregatesInput | Prisma.DatabaseBackupScalarWhereWithAggregatesInput[] | undefined;
}>;
//# sourceMappingURL=DatabaseBackupScalarWhereWithAggregatesInput.schema.d.ts.map