mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-27 12:56:01 -06:00
fix(ui): keep inline invocation type private
This commit is contained in:
@@ -4,7 +4,7 @@ import {
|
||||
type SlashCommandDef,
|
||||
} from "../../../lib/chat/commands.ts";
|
||||
|
||||
export type InlineSlashArgumentInvocation = {
|
||||
type InlineSlashArgumentInvocation = {
|
||||
command: SlashCommandDef;
|
||||
completion: InlineSlashCompletion;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user