import type { ChatChannelId } from "../ids.js";

export type ChannelId = ChatChannelId | (string & {});
