UNPKG

exiftool-vendored

Version:
14 lines (13 loc) 287 B
/** * Found in newer Android Motion Photos * * @see https://github.com/photostructure/exiftool-vendored.js/pull/189 */ export interface ContainerDirectoryItem { Item: { Length?: number; Mime?: string; Padding?: number; Semantic?: string; }; }