Administrator
/
ng-artbox-maps
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Blame view
src/app/models/booleanselectlist.ts
74 Bytes
Edit
Raw
Normal View
History
6c0454b9
Yarik
Table
1 2 3 4
export class BooleanSelectList {
value: number;
label: string;
}