mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-18 02:27:28 +00:00
fix: use openclaw/plugin-sdk/mattermost subpath for directory.ts imports
This commit is contained in:
committed by
Muhammed Mukhthar CM
parent
6bc51f1e34
commit
87faf4ee58
@@ -1,4 +1,8 @@
|
||||
import type { OpenClawConfig, ChannelDirectoryEntry, RuntimeEnv } from "openclaw/plugin-sdk";
|
||||
import type {
|
||||
ChannelDirectoryEntry,
|
||||
OpenClawConfig,
|
||||
RuntimeEnv,
|
||||
} from "openclaw/plugin-sdk/mattermost";
|
||||
import { listMattermostAccountIds, resolveMattermostAccount } from "./accounts.js";
|
||||
import {
|
||||
createMattermostClient,
|
||||
|
||||
@@ -38,6 +38,7 @@ export type {
|
||||
ChannelMessageActionAdapter,
|
||||
ChannelMessageActionName,
|
||||
} from "../channels/plugins/types.js";
|
||||
export type { ChannelDirectoryEntry } from "../channels/plugins/types.core.js";
|
||||
export type { ChannelPlugin } from "../channels/plugins/types.plugin.js";
|
||||
export { createReplyPrefixOptions } from "../channels/reply-prefix.js";
|
||||
export { createTypingCallbacks } from "../channels/typing.js";
|
||||
|
||||
Reference in New Issue
Block a user