Skip to content

Commit d138e25

Browse files
committed
Fix wrong type on GPSImgDirection
#219
1 parent da274c6 commit d138e25

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
@@ -319,7 +319,7 @@ interface Tags {
319319
'GPSTrackRef'?: StringArrayTag,
320320
'GPSTrack'?: NumberTag,
321321
'GPSImgDirectionRef'?: StringArrayTag,
322-
'GPSImgDirection'?: NumberTag,
322+
'GPSImgDirection'?: RationalTag,
323323
'GPSMapDatum'?: StringArrayTag,
324324
'GPSDestLatitudeRef'?: StringArrayTag,
325325
'GPSDestLatitude'?: NumberArrayTag,

0 commit comments

Comments
 (0)