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

ReplaceableItem

import type { ReplaceableItem } from "https://aws-api.deno.dev/v0.4/services/simpledb.ts?docs=full";
interface ReplaceableItem {
Attributes: ReplaceableAttribute[];
Name: string;
}

§Properties

§

The list of attributes for a replaceable item.

§
Name: string
[src]

The name of the replaceable item.