google-photos-migrate
Version:
A tool to fix EXIF data and recover filenames from a Google Photos takeout.
10 lines (9 loc) • 315 B
TypeScript
export interface LocalizedTerm {
editedSuffix?: string;
photosDir?: string;
untitledDir?: string;
}
export declare const localizedTerms: Record<string, LocalizedTerm>;
export declare const photosDirs: string[];
export declare const untitledDirs: string[];
export declare const editedSuffices: string[];