@salesforce/agents
    Preparing search index...

    Type Alias EventStep

    type EventStep = {
        eventName: string;
        isError: boolean;
        payload: { newTopic: string; oldTopic: string };
        type: "EventStep";
    }
    Index

    Properties

    eventName: string
    isError: boolean
    payload: { newTopic: string; oldTopic: string }
    type: "EventStep"