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?: {} | null;
[key: string]: string | null | undefined;
target?: string | null;
type?: string | null;
}