UNPKG

@vorlefan/prisma-backup

Version:

Export all the databse models into json files and use them as backup

4 lines (3 loc) 246 B
import { PathRoute } from '@vorlefan/path'; import { GetBackupOnCurrentModelProps } from '../../../types/backup'; export declare function runModels(route: PathRoute, onCurrentModel: GetBackupOnCurrentModelProps, progress: any): Promise<void>;