interface ItemAmount {
    Amount: number;
    ItemID: string;
    ItemTypeID: string;
}

Hierarchy (view full)

Properties

Amount: number
ItemID: string
ItemTypeID: string