mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 21:05:55 +01:00
chore(prettier): fix all files
This commit is contained in:
@@ -5,7 +5,7 @@ import BNote from "../becca/entities/bnote.js";
|
||||
export interface ApiParams {
|
||||
startNote?: BNote | null;
|
||||
originEntity?: AbstractBeccaEntity<any> | null;
|
||||
pathParams?: string[],
|
||||
req?: Request,
|
||||
res?: Response
|
||||
pathParams?: string[];
|
||||
req?: Request;
|
||||
res?: Response;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user