This commit is contained in:
Zef Hemel
2022-12-22 16:20:05 +01:00
parent fbb45f0525
commit cca48f66cd
10 changed files with 306 additions and 34 deletions
+2
View File
@@ -5,6 +5,7 @@ import { EventHookT } from "../plugos/hooks/event.ts";
import { CommandHookT } from "../web/hooks/command.ts";
import { SlashCommandHookT } from "../web/hooks/slash_command.ts";
import { PageNamespaceHookT } from "../server/hooks/page_namespace.ts";
import { CodeWidgetT } from "../web/hooks/code_widget.ts";
export type SilverBulletHooks =
& CommandHookT
@@ -12,6 +13,7 @@ export type SilverBulletHooks =
& EndpointHookT
& CronHookT
& EventHookT
& CodeWidgetT
& PageNamespaceHookT;
export type SyntaxExtensions = {