Tsarr Documentation - v2.13.0
    Preparing search index...

    Type Alias IsoCountry

    type IsoCountry = {
        twoLetterCode?: string | null;
        name?: string | null;
    }
    Index
    twoLetterCode?: string | null
    name?: string | null