dashboard
repositories
activity
search
login
common
/
securis
summary
reflog
commits
tree
compare
forks
blame
|
history
|
raw
|
HEAD
#0 fix - Added frozen field to pack form
rsanchez
2017-06-26
f7cac5003d5e55c58664832bf744cc9a06d806a6
[common/securis.git]
/
securis
/
src
/
main
/
webapp
/
src
/
app
/
hero.ts
1
2
3
4
export class Hero {
id: number;
name: string;
}