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

DescribeDomainResult

import type { DescribeDomainResult } from "https://aws-api.deno.dev/v0.4/services/codeartifact.ts?docs=full";
interface DescribeDomainResult {
domain?: DomainDescription | null;
}

§Properties

§
domain?: DomainDescription | null
[src]