Interface IFindExistingItemsResponse

Existing Items promises, associated item Ids and types

interface IFindExistingItemsResponse {
    existingItemInfos: IFindExistingItemInfos[];
    existingItemsDefs: Promise<any>[];
}

Properties

existingItemInfos: IFindExistingItemInfos[]
existingItemsDefs: Promise<any>[]