UNPKG

@rr0/data

Version:
7 lines (6 loc) 243 B
import { CountryCode } from "./CountryCode.js"; import { Place } from "@rr0/place"; import { Organization } from "../Organization.js"; export declare class Country extends Organization { constructor(code: CountryCode, places?: Place[]); }