interface Item {
    ItemID: string;
    ItemTypeID: string;
}

Hierarchy (view full)

Properties

Properties

ItemID: string
ItemTypeID: string