dashboard
repositories
activity
search
login
common
/
securis
summary
reflog
commits
tree
compare
forks
blame
|
history
|
raw
|
HEAD
#3527 fix - Changes on pack list and routes
rsanchez
2017-03-14
ce9bc0c6ad58e4117d26a204ffc56bbcdb7fe916
[common/securis.git]
/
securis
/
src
/
main
/
webapp
/
src
/
app
/
forms
/
base.ts
1
2
3
4
5
export interface IComboOption {
id: number,
label: string
}