mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 12:55:55 +01:00
server-ts: Convert routes/custom
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
import { Request, Response } from "express";
|
||||
import AbstractBeccaEntity = require("../becca/entities/abstract_becca_entity");
|
||||
import BNote = require("../becca/entities/bnote");
|
||||
|
||||
export interface ApiParams {
|
||||
startNote?: BNote;
|
||||
originEntity?: AbstractBeccaEntity<any>;
|
||||
pathParams?: string[],
|
||||
req?: Request,
|
||||
res?: Response
|
||||
}
|
||||
Reference in New Issue
Block a user