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

    Interface iGetCollectionListingsSuccessResponse<T>

    interface iGetCollectionListingsSuccessResponse<T extends NumberType> {
        listings: iUtilityPageDoc<T>[];
        pagination: PaginationInfo;
    }

    Type Parameters

    Implemented by

    Index

    Properties

    Properties

    listings: iUtilityPageDoc<T>[]
    pagination: PaginationInfo