This commit is contained in:
Zef Hemel
2022-05-13 17:05:52 +02:00
parent 3c5048ac25
commit 7d01f77318
12 changed files with 70 additions and 55 deletions
+1
View File
@@ -13,6 +13,7 @@ export type ControllerMessage = {
name?: string;
args?: any[];
error?: string;
stack?: string;
level?: LogLevel;
message?: string;
result?: any;