This website requires JavaScript.
Explore
Help
Sign In
SIGMA
/
swedishchamber-granprize-admin
Watch
1
Star
0
Fork
0
You've already forked swedishchamber-granprize-admin
Code
Issues
Pull Requests
Releases
Wiki
Activity
swedishchamber-granprize-admin
/
src
/
app
/
shared
/
judge-title.ts
6 lines
100 B
TypeScript
Raw
Normal View
History
Unescape
Escape
* api stuff started
2018-05-11 10:46:27 +02:00
export
class
JudgeTitle
{
* most non-image based admin stuff is working now * lacks authentication tho
2018-05-11 18:22:59 +02:00
id
:
number
=
null
;
year
:
number
=
null
;
title
:
string
=
''
;
* api stuff started
2018-05-11 10:46:27 +02:00
}
Reference in New Issue
Copy Permalink