Tests: fix green check typing regressions

This commit is contained in:
Gustavo Madeira Santana
2026-03-16 12:50:59 +00:00
parent 80bef826f8
commit 8ad8069854
10 changed files with 23 additions and 20 deletions

View File

@@ -849,6 +849,10 @@ export type WebSearchProviderPlugin = {
createTool: (ctx: WebSearchProviderContext) => WebSearchProviderToolDefinition | null;
};
export type PluginWebSearchProviderEntry = WebSearchProviderPlugin & {
pluginId: string;
};
export type OpenClawPluginGatewayMethod = {
method: string;
handler: GatewayRequestHandler;