index
:
countryfetch
imgbot
master
A cli tool for fetching information about countries.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
models
/
flag-ascii.model.ts
blob: d11c9d13e09f7621b6d31476ee49a4b947d4e052 (
plain
)
1
2
3
4
export
interface
FlagAscii
{
countryName
:
string
;
flagString
:
string
[];
}