fix: use openclaw/plugin-sdk/mattermost subpath for directory.ts imports

This commit is contained in:
Tony Dehnke
2026-03-05 11:06:18 +00:00
committed by Muhammed Mukhthar CM
parent 6bc51f1e34
commit 87faf4ee58
2 changed files with 6 additions and 1 deletions

View File

@@ -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,