mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 13:20:23 +00:00
fix: restore latest main typecheck
This commit is contained in:
@@ -16,6 +16,7 @@ import type {
|
||||
OpenClawPluginCliRegistrar,
|
||||
OpenClawPluginCommandDefinition,
|
||||
OpenClawPluginHttpRouteAuth,
|
||||
OpenClawPluginGatewayRuntimeScopeSurface,
|
||||
OpenClawPluginHttpRouteHandler,
|
||||
OpenClawPluginHttpRouteMatch,
|
||||
OpenClawPluginReloadRegistration,
|
||||
@@ -66,6 +67,7 @@ export type PluginHttpRouteRegistration = {
|
||||
handler: OpenClawPluginHttpRouteHandler;
|
||||
auth: OpenClawPluginHttpRouteAuth;
|
||||
match: OpenClawPluginHttpRouteMatch;
|
||||
gatewayRuntimeScopeSurface?: OpenClawPluginGatewayRuntimeScopeSurface;
|
||||
source?: string;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user