Type Alias RouteInfoNation

RouteInfoNation: {
    capital: {
        name: string;
        x: number;
        z: number;
    };
    name: string;
}