Skip to content

Commit 00bd2fa

Browse files
sukemattiasw
authored andcommitted
Fix XmpTag type
1 parent cd9877a commit 00bd2fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exif-reader.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ interface StringArrayTag {
9393
}
9494

9595
interface XmpTag {
96-
value: string & Array<XmpTag> & XmpTags,
96+
value: string | Array<XmpTag> | XmpTags,
9797
attributes: {
9898
[name: string]: string
9999
},

0 commit comments

Comments
 (0)