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

TargetSummary

import type { TargetSummary } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/codestarnotifications.ts";
interface TargetSummary {
TargetAddress?: string | null;
TargetStatus?: TargetStatus | null;
TargetType?: string | null;
}

§Properties

§
TargetAddress?: string | null
[src]
§
TargetStatus?: TargetStatus | null
[src]
§
TargetType?: string | null
[src]