source:
trip-planner-front/src/app/_models/images.ts
Last change on this file was 59329aa, checked in by , 3 years ago | |
---|---|
|
|
File size: 132 bytes |
Line | |
---|---|
1 | export 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.