Send many alterations.

This commit is contained in:
Tiago Kayaya
2020-12-11 15:09:53 +01:00
parent 8597d0a0b0
commit 5496953f63
25 changed files with 479 additions and 106 deletions
+5
View File
@@ -0,0 +1,5 @@
export class Photo {
fileName: string;
webviewPath: string;
fileFormat: string;
}