mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 07:15:51 +01:00
Merge pull request #41 from TriliumNext/feature/typescript_backend_5
Convert backend to TypeScript (64% -> 67%)
This commit is contained in:
@@ -42,6 +42,15 @@ interface Message {
|
||||
message?: string;
|
||||
reason?: string;
|
||||
result?: string;
|
||||
|
||||
script?: string;
|
||||
params?: any[];
|
||||
noteId?: string;
|
||||
messages?: string[];
|
||||
startNoteId?: string;
|
||||
currentNoteId?: string;
|
||||
originEntityName?: "notes";
|
||||
originEntityId?: string | null;
|
||||
}
|
||||
|
||||
type SessionParser = (req: IncomingMessage, params: {}, cb: () => void) => void;
|
||||
|
||||
Reference in New Issue
Block a user