initial commit
This commit is contained in:
26
packages/db/shared/schemas/objects/DatabaseBackupScalarWhereWithAggregatesInput.schema.d.ts
vendored
Normal file
26
packages/db/shared/schemas/objects/DatabaseBackupScalarWhereWithAggregatesInput.schema.d.ts
vendored
Normal 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
|
||||
Reference in New Issue
Block a user