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

    Interface iGetSiwbbRequestsForUserSuccessResponse<T>

    interface iGetSiwbbRequestsForUserSuccessResponse<T extends NumberType> {
        pagination: PaginationInfo;
        requests: SIWBBRequestDoc<T>[];
    }

    Type Parameters

    Hierarchy

    • iBaseSuccessResponse
      • iGetSiwbbRequestsForUserSuccessResponse

    Implemented by

    Index

    Properties

    Properties

    pagination: PaginationInfo
    requests: SIWBBRequestDoc<T>[]