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

AdditionalResultAttribute

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

An attribute returned from an index query.

interface AdditionalResultAttribute {
Key: string;
}

§Properties

§
Key: string
[src]

The key that identifies the attribute.

§

An object that contains the attribute value.

§

The data type of the Value property.