bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Interface iGetCollectionChallengeTrackerByIdSuccessResponse<T>

    interface iGetCollectionChallengeTrackerByIdSuccessResponse<
        T extends NumberType,
    > {
        challengeTracker: iApprovalTrackerDoc<T>;
    }

    Type Parameters

    Implemented by

    Index

    Properties

    Properties

    challengeTracker: iApprovalTrackerDoc<T>