Signal K
    Preparing search index...

    Interface FlagCountry

    Represents a country with its ISO 3166 country codes and name.

    interface FlagCountry {
        alpha2: string;
        alpha3: string;
        name: string;
    }
    Index

    Properties

    Properties

    alpha2: string

    ISO 3166-1 alpha-2 country code (2 letters)

    alpha3: string

    ISO 3166-1 alpha-3 country code (3 letters)

    name: string

    Country name