@makehq/sdk
    Preparing search index...

    Type Alias Country

    type Country = {
        code: string;
        code2: string;
        id: number;
        name: string;
    }
    Index

    Properties

    Properties

    code: string

    Three-letter upper-case country code

    code2: string

    Two-letter lower-case country code

    id: number

    Unique identifier of the country

    name: string

    Name of the country