diff --git a/ui/src/pages/chat/components/chat-composer-inline-slash.ts b/ui/src/pages/chat/components/chat-composer-inline-slash.ts index 4ddff85c85e3..9b853c2198ed 100644 --- a/ui/src/pages/chat/components/chat-composer-inline-slash.ts +++ b/ui/src/pages/chat/components/chat-composer-inline-slash.ts @@ -4,7 +4,7 @@ import { type SlashCommandDef, } from "../../../lib/chat/commands.ts"; -export type InlineSlashArgumentInvocation = { +type InlineSlashArgumentInvocation = { command: SlashCommandDef; completion: InlineSlashCompletion; };