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

    Interface AxonEventListView

    interface AxonEventListView {
        events: Runloop.AxonEventView[];
        has_more: boolean;
        total_count?: number | null;
    }
    Index

    Properties

    List of axon events.

    has_more: boolean
    total_count?: number | null