Item Id and item type

interface IFindExistingItemInfos {
    itemId: string;
    type: string;
}

Properties

Properties

itemId: string
type: string