initial commit
This commit is contained in:
32
packages/db/shared/schemas/objects/BackupDestinationScalarWhereWithAggregatesInput.schema.d.ts
vendored
Normal file
32
packages/db/shared/schemas/objects/BackupDestinationScalarWhereWithAggregatesInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const BackupDestinationScalarWhereWithAggregatesInputObjectSchema: z.ZodType<Prisma.BackupDestinationScalarWhereWithAggregatesInput>;
|
||||
export declare const BackupDestinationScalarWhereWithAggregatesInputObjectZodSchema: z.ZodObject<{
|
||||
AND: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.BackupDestinationScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.BackupDestinationScalarWhereWithAggregatesInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.BackupDestinationScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.BackupDestinationScalarWhereWithAggregatesInput>>, "many">]>>;
|
||||
OR: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodType<Prisma.BackupDestinationScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.BackupDestinationScalarWhereWithAggregatesInput>>, "many">>;
|
||||
NOT: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.BackupDestinationScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.BackupDestinationScalarWhereWithAggregatesInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.BackupDestinationScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.BackupDestinationScalarWhereWithAggregatesInput>>, "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]>>;
|
||||
path: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.StringWithAggregatesFilter<never>>>, z.ZodString]>>;
|
||||
isActive: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.BoolWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.BoolWithAggregatesFilter<never>>>, z.ZodBoolean]>>;
|
||||
createdAt: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.DateTimeWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.DateTimeWithAggregatesFilter<never>>>, z.ZodDate]>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
path?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
|
||||
createdAt?: Date | Prisma.DateTimeWithAggregatesFilter<never> | undefined;
|
||||
id?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
|
||||
userId?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
|
||||
AND?: Prisma.BackupDestinationScalarWhereWithAggregatesInput | Prisma.BackupDestinationScalarWhereWithAggregatesInput[] | undefined;
|
||||
OR?: Prisma.BackupDestinationScalarWhereWithAggregatesInput[] | undefined;
|
||||
NOT?: Prisma.BackupDestinationScalarWhereWithAggregatesInput | Prisma.BackupDestinationScalarWhereWithAggregatesInput[] | undefined;
|
||||
isActive?: boolean | Prisma.BoolWithAggregatesFilter<never> | undefined;
|
||||
}, {
|
||||
path?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
|
||||
createdAt?: Date | Prisma.DateTimeWithAggregatesFilter<never> | undefined;
|
||||
id?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
|
||||
userId?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
|
||||
AND?: Prisma.BackupDestinationScalarWhereWithAggregatesInput | Prisma.BackupDestinationScalarWhereWithAggregatesInput[] | undefined;
|
||||
OR?: Prisma.BackupDestinationScalarWhereWithAggregatesInput[] | undefined;
|
||||
NOT?: Prisma.BackupDestinationScalarWhereWithAggregatesInput | Prisma.BackupDestinationScalarWhereWithAggregatesInput[] | undefined;
|
||||
isActive?: boolean | Prisma.BoolWithAggregatesFilter<never> | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=BackupDestinationScalarWhereWithAggregatesInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user