Skip to content

Commit

Permalink
fix(types): imageInfo.datetimeOriginal could be null or string (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
nd0ut committed Oct 30, 2023
1 parent d9161c3 commit 4a717e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api-client-utils/src/types/ImageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export type ImageInfo = {
height: number
width: number
geoLocation: GeoLocation | null
datetimeOriginal: string
datetimeOriginal: string | null
format: string
colorMode: string
dpi: {
Expand Down

0 comments on commit 4a717e1

Please sign in to comment.