An internal identifier for an item to reference.

interface ItemReference {
    id: string;
    type: "item_reference";
}

Properties

Properties

id: string

The ID of the item to reference.

type: "item_reference"

The type of item to reference. Always item_reference.