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

SearchIpResourcesResult

import type { SearchIpResourcesResult } from "https://googleapis.deno.dev/v1/cloudnumberregistry:v1alpha.ts";

A result matching the search query, which can be either a range or a realm.

interface SearchIpResourcesResult {
range?: Range;
realm?: Realm;
}

§Properties

§
range?: Range
[src]

A range matching the search query.

§
realm?: Realm
[src]

A realm matching the search query.