This website requires JavaScript.
Explore
Help
Sign In
PapaTutuWawa
/
Lateinicus
Archived
Watch
1
Star
0
Fork
0
You've already forked Lateinicus
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
This repository has been archived on
2022-03-12
. You can view files and clone it, but cannot push or open issues or pull requests.
9144676ec2
Lateinicus
/
frontend
/
src
/
models
/
level.ts
8 lines
103 B
TypeScript
Raw
Normal View
History
Unescape
Escape
refactor: Lesson -> Level
2018-09-06 18:13:29 +00:00
export
interface
ILevel
{
feat: Implement routing
2018-08-26 14:23:48 +00:00
name
:
string
;
desc
:
string
;
level
:
number
;
done
:
boolean
;
}
Reference in New Issue
Copy Permalink