Trevixal API
    Preparing search index...

    Interface StepResult

    interface StepResult {
        doc: EditorNode | null;
        failed: string | null;
    }
    Index
    doc: EditorNode | null
    failed: string | null