Tsarr Documentation - v1.8.0
    Preparing search index...

    Type Alias IsoCountry

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

    Properties

    twoLetterCode?: string | null
    name?: string | null