Interface ItemListByIndexData

interface ItemListByIndexData {
    index: number;
    msSinceLastCommunication: number;
    nid: number;
}

Properties

index: number
msSinceLastCommunication: number
nid: number