Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

IpCountry

import type { IpCountry } from "https://aws-api.deno.dev/v0.3/services/macie2.ts?docs=full";

Provides information about the country that an IP address originated from.

interface IpCountry {
code?: string | null;
name?: string | null;
}

§Properties

§
code?: string | null
[src]

The two-character code, in ISO 3166-1 alpha-2 format, for the country that the IP address originated from. For example, US for the United States.

§
name?: string | null
[src]

The name of the country that the IP address originated from.