26 lines
2.9 KiB
TypeScript
26 lines
2.9 KiB
TypeScript
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
|