fix(ui): keep inline invocation type private

This commit is contained in:
Jesse Merhi
2026-08-13 15:42:30 +10:00
parent 0db6f80c47
commit 5e1e9809a8
@@ -4,7 +4,7 @@ import {
type SlashCommandDef,
} from "../../../lib/chat/commands.ts";
export type InlineSlashArgumentInvocation = {
type InlineSlashArgumentInvocation = {
command: SlashCommandDef;
completion: InlineSlashCompletion;
};