Interface iGetCollectionSuccessResponse<T>

interface iGetCollectionSuccessResponse<T extends NumberType> {
    collection: iBitBadgesCollection<T>;
    metadata: iMetadata<T>;
}

Type Parameters

Implemented by

Properties

Properties

collection: iBitBadgesCollection<T>

The collection details

metadata: iMetadata<T>

The current collection metadata

MMNEPVFCICPMFPCPTTAAATR