Factored out materialized query providers
This commit is contained in:
@@ -4,10 +4,8 @@ import { CronHookT } from "../plugos/hooks/node_cron";
|
||||
import { EventHookT } from "../plugos/hooks/event";
|
||||
import { CommandHookT } from "../webapp/hooks/command";
|
||||
import { SlashCommandHookT } from "../webapp/hooks/slash_command";
|
||||
import { CompleterHookT } from "../webapp/hooks/completer";
|
||||
|
||||
export type SilverBulletHooks = CommandHookT &
|
||||
CompleterHookT &
|
||||
SlashCommandHookT &
|
||||
EndpointHookT &
|
||||
CronHookT &
|
||||
|
||||
Reference in New Issue
Block a user