openclaw-matrix-multiaccounts/src/commands/channels.ts
2026-01-13 08:40:39 +00:00

13 lines
656 B
TypeScript

export type { ChannelsAddOptions } from "./channels/add.js";
export { channelsAddCommand } from "./channels/add.js";
export type { ChannelsListOptions } from "./channels/list.js";
export { channelsListCommand } from "./channels/list.js";
export type { ChannelsLogsOptions } from "./channels/logs.js";
export { channelsLogsCommand } from "./channels/logs.js";
export type { ChannelsRemoveOptions } from "./channels/remove.js";
export { channelsRemoveCommand } from "./channels/remove.js";
export type { ChannelsStatusOptions } from "./channels/status.js";
export {
channelsStatusCommand,
formatGatewayChannelsStatusLines,
} from "./channels/status.js";