Merge remote-tracking branch 'origin/develop' into feature/server_esm

This commit is contained in:
Elian Doran
2024-07-22 19:58:13 +03:00
56 changed files with 4124 additions and 12044 deletions

View File

@@ -3,8 +3,8 @@ import AbstractBeccaEntity from "../becca/entities/abstract_becca_entity.js";
import BNote from "../becca/entities/bnote.js";
export interface ApiParams {
startNote?: BNote;
originEntity?: AbstractBeccaEntity<any>;
startNote?: BNote | null;
originEntity?: AbstractBeccaEntity<any> | null;
pathParams?: string[],
req?: Request,
res?: Response