mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-08 12:33:54 +00:00
11 lines
416 B
TypeScript
11 lines
416 B
TypeScript
// Line API module exposes the plugin public contract.
|
|
export {
|
|
DEFAULT_ACCOUNT_ID,
|
|
formatDocsLink,
|
|
setSetupChannelEnabled,
|
|
splitSetupEntries,
|
|
} from "openclaw/plugin-sdk/setup";
|
|
export type { ChannelSetupDmPolicy, ChannelSetupWizard } from "openclaw/plugin-sdk/setup";
|
|
export { listLineAccountIds, normalizeAccountId, resolveLineAccount } from "./accounts.js";
|
|
export type { LineConfig } from "./types.js";
|