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

UsageInstruction

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

Additional information provided by the administrator.

interface UsageInstruction {
Type?: string | null;
Value?: string | null;
}

§Properties

§
Type?: string | null
[src]

The usage instruction type for the value.

§
Value?: string | null
[src]

The usage instruction value for this type.