Files
doneit-web/src/app/models/photo.ts
T
2020-12-11 15:09:53 +01:00

5 lines
95 B
TypeScript

export class Photo {
fileName: string;
webviewPath: string;
fileFormat: string;
}