Project

General

Profile

« Previous | Next » 

Revision 56889

View differences:

page-content.ts
1 1
/**
2 2
 * Created by stefania on 7/17/17.
3 3
 */
4
import {PiwikInfo} from './typeScriptClasses';
5

  
4 6
export class PageContent {
5 7

  
6 8
  content: PositionContents;
......
33 35
  route: string;
34 36
  name: string;
35 37
}
38

  
39
export class PiwikInfoPage {
40
  total: number;
41
  from: number;
42
  to: number;
43
  results: PiwikInfo[];
44
}

Also available in: Unified diff