update backend_script_api.ts @link

This commit is contained in:
Jin 2024-08-10 14:07:51 +02:00
parent 4090386cc3
commit 2cc34efbde

View File

@ -371,7 +371,7 @@ interface Api {
* This object contains "at your risk" and "no BC guarantees" objects for advanced use cases. * This object contains "at your risk" and "no BC guarantees" objects for advanced use cases.
*/ */
__private: { __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; becca: Becca;
}; };
} }