Trilium Frontend API
    Preparing search index...

    Interface SqlExecuteResponse

    interface SqlExecuteResponse {
        error?: string;
        results: SqlExecuteResults;
        success: boolean;
    }
    Index
    error?: string
    success: boolean