We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e74d77 commit 7157244Copy full SHA for 7157244
1 file changed
src/config/sessions/types.ts
@@ -1,7 +1,7 @@
1
import crypto from "node:crypto";
2
import type { Skill } from "@mariozechner/pi-coding-agent";
3
import type { ChatType } from "../../channels/chat-type.js";
4
-import type { ChannelId } from "../../channels/plugins/types.public.js";
+import type { ChannelId } from "../../channels/plugins/channel-id.types.js";
5
import { normalizeOptionalString } from "../../shared/string-coerce.js";
6
import type { DeliveryContext } from "../../utils/delivery-context.js";
7
import type { TtsAutoMode } from "../types.tts.js";
0 commit comments