core-utils
    Preparing search index...
    interface FlatStep {
        category: string;
        depth: number;
        durationMs: number;
        error?: string;
        offsetMs: number;
        title: string;
    }
    Index

    Properties

    category: string
    depth: number
    durationMs: number
    error?: string
    offsetMs: number
    title: string