mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 06:45:49 +01:00
Merge pull request #43 from TriliumNext/feature/typescript_backend_7
Convert backend to TypeScript (71% -> 80%)
This commit is contained in:
@@ -41,7 +41,7 @@ interface Message {
|
||||
taskType?: string | null;
|
||||
message?: string;
|
||||
reason?: string;
|
||||
result?: string;
|
||||
result?: string | Record<string, string | undefined>;
|
||||
|
||||
script?: string;
|
||||
params?: any[];
|
||||
|
||||
Reference in New Issue
Block a user