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

UnshareTarget

import type { UnshareTarget } from "https://aws-api.deno.dev/v0.3/services/directoryservice.ts?docs=full";

Identifier that contains details about the directory consumer account with whom the directory is being unshared.

interface UnshareTarget {
Id: string;
Type: TargetType;
}

§Properties

§
Id: string
[src]

Identifier of the directory consumer account.

§

Type of identifier to be used in the Id field.