UNPKG

google-photos-migrate

Version:

A tool to fix EXIF data and recover filenames from a Google Photos takeout.

7 lines (6 loc) 257 B
import { MigrationError } from '../MigrationError.js'; import { MediaFileInfo } from './MediaFile.js'; export declare abstract class MediaMigrationError extends MigrationError { failedMedia: MediaFileInfo; constructor(failedMedia: MediaFileInfo); }