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

DeleteDomainResult

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

§Properties

§
domain?: DomainDescription | null
[src]

Contains information about the deleted domain after processing the request.