AutoBE
    Preparing search index...
    interface IStepState {
        aggregate: Record<string, number>;
        elapsed: number;
        success: boolean;
    }
    Index

    Properties

    aggregate: Record<string, number>
    elapsed: number
    success: boolean