export interface MapActions { update(country: string, nodes: number | null): void; }