interface IItemAddResult {
    data: any;
    item: IItem;
}

Properties

Properties

data: any
item: IItem