Interface iBatchBadgeDetails<T>

interface iBatchBadgeDetails<T> {
    badgeIds: iUintRange<T>[];
    collectionId: T;
}

Type Parameters

Implemented by

Properties

badgeIds: iUintRange<T>[]

The corresponding badge IDs for this collection ID.

collectionId: T

The collection ID of this element's badge details.