Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/OpenHealthForAll/open-health
/ Country
Interface
Country
src/lib/countries.ts:1–4 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
interface
Country {
2
code: string;
3
name: string;
4
}
5
6
export
const
countries: Country[] = [
7
{ code:
'AF'
, name:
'Afghanistan'
},
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected