mirror of https://github.com/openclaw/openclaw.git
12 lines
385 B
TypeScript
12 lines
385 B
TypeScript
export type {
|
|
ChannelAccountSnapshot,
|
|
ChannelPlugin,
|
|
OpenClawConfig,
|
|
OpenClawPluginApi,
|
|
PluginRuntime,
|
|
} from "openclaw/plugin-sdk/core";
|
|
export type { ReplyPayload } from "openclaw/plugin-sdk/reply-runtime";
|
|
export type { ResolvedLineAccount } from "./runtime-api.js";
|
|
export { linePlugin } from "./src/channel.js";
|
|
export { lineSetupPlugin } from "./src/channel.setup.js";
|