@runloop/agent-axon-client
    Preparing search index...

    Type Alias BrokerErrorTimelineEvent

    BrokerErrorTimelineEvent: SystemTimelineEvent & {
        data: { message: string; type: "broker.error" };
    }

    Narrowed type for a broker.error system event.