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

ObjectIdentifierAndLinkNameTuple

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

A pair of ObjectIdentifier and LinkName.

interface ObjectIdentifierAndLinkNameTuple {
LinkName?: string | null;
ObjectIdentifier?: string | null;
}

§Properties

§
LinkName?: string | null
[src]

The name of the link between the parent and the child object.

§
ObjectIdentifier?: string | null
[src]

The ID that is associated with the object.