@nevermined-io/payments
    Preparing search index...

    Type Alias OrganizationActivityPage

    Paginated page of activity events. The backend only echoes items and total; page / limit are not in the response — they're the values the caller asked for in OrganizationActivityFilters.

    type OrganizationActivityPage = {
        items: OrganizationActivityEvent[];
        total: number;
    }
    Index

    Properties

    Properties

    total: number