feat(all): Add modificationTimestamp field (#493)

* feat(android): Rename modified node field to more explicit name

* feat(ios): Return modificationDate in ios

* docs: Add modification date in ts, docs and examples
This commit is contained in:
Théo Poizat
2023-05-22 15:03:05 +02:00
committed by GitHub
parent 905dd24d70
commit a419ccce27
7 changed files with 9 additions and 1 deletions
+1
View File
@@ -24,6 +24,7 @@ type PhotoIdentifier = {
orientation: number | null;
};
timestamp: number;
modificationTimestamp: number;
location: {
latitude?: number;
longitude?: number;