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

TrustDirection

import type { TrustDirection } from "https://aws-api.deno.dev/v0.3/services/directoryservice.ts?docs=full";
type TrustDirection =
| "One-Way: Outgoing"
| "One-Way: Incoming"
| "Two-Way"

§Type

§
"One-Way: Outgoing" | "One-Way: Incoming" | "Two-Way" | cmnP.UnexpectedEnumValue
[src]