@runloop/api-client - v1.18.1
    Preparing search index...

    Interface AxonListView

    interface AxonListView {
        axons: Runloop.AxonView[];
        has_more: boolean;
        total_count?: number | null;
    }
    Index

    Properties

    axons: Runloop.AxonView[]

    List of active axons.

    has_more: boolean
    total_count?: number | null