@getdial/sdk - v0.21.0
    Preparing search index...

    Interface BillingActivityPage

    One page of activity, newest-first.

    interface BillingActivityPage {
        data: BillingActivityItem[];
        hasMore: boolean;
    }
    Index
    hasMore: boolean