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

CreateDomainResult

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

§Properties

§
domain?: DomainDescription | null
[src]

Contains information about the created domain after processing the request.