mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-19 06:51:57 +00:00
refactor: localize internal implementation types (#101731)
This commit is contained in:
@@ -28,7 +28,7 @@ type ModelsStatusCommandModule = typeof import("../../commands/models/list.statu
|
||||
type TasksJsonCommandModule = typeof import("../../commands/tasks-json.js");
|
||||
|
||||
/** Typed parsed route definition that binds one parser to its runner. */
|
||||
export type RoutedCommandDefinition<TParse extends RouteArgParser<unknown>> = {
|
||||
type RoutedCommandDefinition<TParse extends RouteArgParser<unknown>> = {
|
||||
parseArgs: TParse;
|
||||
runParsedArgs: (args: ParsedRouteArgs<TParse>) => Promise<void>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user