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

TypedLinkAttributeRange

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

Identifies the range of attributes that are used by a specified filter.

interface TypedLinkAttributeRange {
AttributeName?: string | null;
}

§Properties

§
AttributeName?: string | null
[src]

The unique name of the typed link attribute.

§

The range of attribute values that are being selected.