dashboard
repositories
activity
search
login
common
/
securis
summary
reflog
commits
tree
compare
forks
blame
|
history
|
raw
|
HEAD
Merge branch 'angular2' of https://git.curisit.net/gitblit/git/common/secur...
rsanchez
2017-03-14
53e131674842a9e44a68fff2bd6880e2441e493f
[common/securis.git]
/
securis
/
src
/
main
/
webapp
/
src
/
app
/
forms
/
base.ts
1
2
3
4
5
export interface IComboOption {
id: number,
label: string
}