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

    Interface iGetSIWBBRequestsForDeveloperAppSuccessResponse<T>

    interface iGetSIWBBRequestsForDeveloperAppSuccessResponse<T extends NumberType> {
        pagination: PaginationInfo;
        siwbbRequests: iSIWBBRequestDoc<T>[];
    }

    Type Parameters

    Implemented by

    Index

    Properties

    pagination: PaginationInfo
    siwbbRequests: iSIWBBRequestDoc<T>[]