osu-api-v2-js
    Preparing search index...

    Interface Country

    interface Country {
        code: string;
        name: string;
    }
    Index

    Properties

    Properties

    code: string

    The country's ISO 3166-1 alpha-2 code! (France would be FR, United States US)

    name: string