Logo white

Administrator / ng-artbox-maps

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • ng-artbox-maps
  • src
  • app
  • models
  • booleanselectlist.ts
  • Table
    6c0454b9
    Yarik authored
    2017-02-08 18:29:42 +0200  
    Browse Code ยป
booleanselectlist.ts 74 Bytes
Edit Raw Blame History
1 2 3 4
export class BooleanSelectList {
    value: number;
    label: string;
 }