export class Companion{ id:number; type:string; constructor(){ this.id = 1; this.type = 'Companion type'; } }