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

IpCity

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

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

interface IpCity {
name?: string | null;
}

§Properties

§
name?: string | null
[src]

The name of the city.