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

    Interface iCalculatePointsSuccessResponse

    interface iCalculatePointsSuccessResponse {
        pagination: { bookmark: string; hasMore: boolean };
        values: iPointsValue[];
    }

    Implemented by

    Index

    Properties

    Properties

    pagination: { bookmark: string; hasMore: boolean }
    values: iPointsValue[]