UNPKG

exiftool-vendored

Version:
13 lines (12 loc) 332 B
/** * @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; }