update backend_script_api.ts @link

pull/324/head
Jin 2024-08-10 14:07:51 +07:00
parent 4090386cc3
commit 2cc34efbde
1 changed files with 1 additions and 1 deletions

@ -371,7 +371,7 @@ interface Api {
* This object contains "at your risk" and "no BC guarantees" objects for advanced use cases.
*/
__private: {
/** provides access to the backend in-memory object graph, see {@link https://github.com/zadam/trilium/blob/master/src/becca/becca.js} */
/** provides access to the backend in-memory object graph, see {@link Becca} */
becca: Becca;
};
}