This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
topaLE
/
ghostfolio
mirror of
https://github.com/ghostfolio/ghostfolio
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
2845
Commits
1
Branch
557
Tags
90 MiB
TypeScript
71.5%
HTML
25.5%
SCSS
2.1%
JavaScript
0.6%
CSS
0.3%
Tree:
9f5707d4f5
ghostfolio
/
libs
/
common
/
src
/
lib
/
interfaces
/
country.interface.ts
6 lines
100 B
Raw
Blame
History
export
interface
Country
{
code
:
string
;
continent
:
string
;
name
:
string
;
weight
:
number
;
}
Reference in new issue