mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 08:50:43 +00:00
refactor: trim unused nodes cli type export
This commit is contained in:
@@ -43,9 +43,4 @@ export type NodesRpcOpts = {
|
||||
audio?: boolean;
|
||||
};
|
||||
|
||||
export type {
|
||||
NodeListNode,
|
||||
PairedNode,
|
||||
PairingList,
|
||||
PendingRequest,
|
||||
} from "../../shared/node-list-types.js";
|
||||
export type { NodeListNode, PairedNode, PendingRequest } from "../../shared/node-list-types.js";
|
||||
|
||||
Reference in New Issue
Block a user