source:
trip-planner-front/src/app/_models/companion.ts
Last change on this file was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 147 bytes |
Line | |
---|---|
1 | export class Companion{ |
2 | id:number; |
3 | type:string; |
4 | |
5 | constructor(){ |
6 | this.id = 1; |
7 | this.type = 'Companion type'; |
8 | } |
9 | |
10 | } |
Note:
See TracBrowser
for help on using the repository browser.