Trilium Frontend API
    Preparing search index...

    Interface SqlExecuteResponse

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

    Properties

    error?: string
    success: boolean