mirror of https://github.com/openclaw/openclaw.git
test: align slots helper types
This commit is contained in:
parent
6d3a6bda3d
commit
02b8d47c6c
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue