MCPcopy
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

1interface Country {
2 code: string;
3 name: string;
4}
5
6export const countries: Country[] = [
7 { code: 'AF', name: 'Afghanistan' },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected