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

DomainEntry

import type { DomainEntry } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/lightsail.ts";
interface DomainEntry {
id?: string | null;
isAlias?: boolean | null;
name?: string | null;
options?: {
[key: string]: string | null | undefined;
}
| null;
target?: string | null;
type?: string | null;
}

§Properties

§
id?: string | null
[src]
§
isAlias?: boolean | null
[src]
§
name?: string | null
[src]
§
options?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
target?: string | null
[src]
§
type?: string | null
[src]