Project

General

Profile

« Previous | Next » 

Revision 57364

[Monitor]: Stakeholder: charts and numbers from string -> Indicator array

View differences:

stakeholder.ts
37 37
  description: string;
38 38
  isActive: boolean;
39 39
  isPublic: boolean;
40
  charts:string[];
41
  numbers:string[];
40
  charts: Indicator[];
41
  numbers: Indicator[];
42 42

  
43 43
}
44 44
export class Indicator {

Also available in: Unified diff