mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-10 00:31:22 +00:00
test: align slots helper types
This commit is contained in:
@@ -73,7 +73,7 @@ describe("applyExclusiveSlotSelection", () => {
|
||||
config: OpenClawConfig;
|
||||
selectedId: string;
|
||||
selectedKind?: PluginKind;
|
||||
registry?: { plugins: ReadonlyArray<{ id: string; kind: PluginKind }> };
|
||||
registry?: { plugins: ReadonlyArray<{ id: string; kind?: PluginKind }> };
|
||||
}) {
|
||||
const result = applyExclusiveSlotSelection({
|
||||
config: params.config,
|
||||
|
||||
Reference in New Issue
Block a user