fix(all): add filepath to type definition (#452)

This commit is contained in:
b_d
2023-01-23 15:05:41 +01:00
committed by GitHub
parent 872105f2a8
commit f082b3b5a3
+1
View File
@@ -103,6 +103,7 @@ export type PhotoIdentifier = {
group_name: string;
image: {
filename: string | null;
filepath: string | null;
extension: string | null;
uri: string;
height: number;