11 lines
581 B
TypeScript
11 lines
581 B
TypeScript
import type { Prisma } from '../../generated/prisma';
|
|
import * as z from 'zod';
|
|
export declare const DatabaseBackupDeleteManySchema: z.ZodType<Prisma.DatabaseBackupDeleteManyArgs>;
|
|
export declare const DatabaseBackupDeleteManyZodSchema: z.ZodObject<{
|
|
where: z.ZodOptional<z.ZodType<Prisma.DatabaseBackupWhereInput, z.ZodTypeDef, Prisma.DatabaseBackupWhereInput>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
where?: Prisma.DatabaseBackupWhereInput | undefined;
|
|
}, {
|
|
where?: Prisma.DatabaseBackupWhereInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=deleteManyDatabaseBackup.schema.d.ts.map
|