exiftool-vendored
Version:
Efficient, cross-platform access to ExifTool
13 lines (12 loc) • 332 B
TypeScript
/**
* @see https://exiftool.org/TagNames/Shortcuts.html
*/
export interface ShortcutTags {
/**
* Shortcut for writing the "common EXIF date/time tags": `DateTimeOriginal`,
* `CreateDate`, and `ModifyDate` tags.
*
* Only used by `write`. This tag is not returned by `read`.
*/
AllDates?: string;
}