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

LineItemRequest

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

Information about a line item request.

interface LineItemRequest {
CatalogItemId?: string | null;
Quantity?: number | null;
}

§Properties

§
CatalogItemId?: string | null
[src]

The ID of the catalog item.

§
Quantity?: number | null
[src]

The quantity of a line item request.