chore(server): fix references to abstract becca entity

This commit is contained in:
Elian Doran
2026-01-06 11:54:29 +02:00
parent 9391159413
commit 544c52931c
6 changed files with 56 additions and 55 deletions

View File

@@ -1,5 +1,6 @@
import type { AbstractBeccaEntity } from "@triliumnext/core";
import type { Request, Response } from "express";
import type AbstractBeccaEntity from "../becca/entities/abstract_becca_entity.js";
import type BNote from "../becca/entities/bnote.js";
export interface ApiParams {