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

DomainSummary

import type { DomainSummary } from "https://aws-api.deno.dev/v0.4/services/worklink.ts?docs=full";

The summary of the domain.

interface DomainSummary {
CreatedTime: Date | number;
DisplayName?: string | null;
DomainName: string;
DomainStatus: DomainStatus;
}

§Properties

§
CreatedTime: Date | number
[src]

The time that the domain was created.

§
DisplayName?: string | null
[src]

The name to display.

§
DomainName: string
[src]

The name of the domain.

§
DomainStatus: DomainStatus
[src]

The status of the domain.