Interface iLinkedTo<T>

interface iLinkedTo<T extends NumberType> {
    badgeIds?: iUintRange<T>[];
    collectionId?: T;
    listId?: string;
}

Type Parameters

Implemented by

Properties

badgeIds?: iUintRange<T>[]

The badge IDs

collectionId?: T

The collection ID

listId?: string

The list ID

MMNEPVFCICPMFPCPTTAAATR