source: trip-planner-front/src/app/_models/images.ts@ e29cc2e

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 132 bytes
Line 
1export class Images{
2 id: number;
3 content: any[];
4
5 constructor(){
6 this.id = 1;
7 this.content = [];
8 }
9}
Note: See TracBrowser for help on using the repository browser.