We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81db425 commit 5227e6cCopy full SHA for 5227e6c
1 file changed
backend/src/plugins/Logs/types.ts
@@ -21,6 +21,7 @@ import {
21
TemplateSafeUnknownUser,
22
TemplateSafeUser,
23
} from "../../utils/templateSafeObjects.js";
24
+import { TemplateSafeValueContainer } from "../../templateFormatter.js";
25
import DefaultLogMessages from "../../data/DefaultLogMessages.json" with { type: "json" };
26
27
const DEFAULT_BATCH_TIME = 1000;
0 commit comments