Interface IGetRelatedItemsResponse

interface IGetRelatedItemsResponse {
    relatedItems: IItem[];
    total: number;
}

Hierarchy (view full)

Properties

Properties

relatedItems: IItem[]
total: number