mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-15 07:04:01 -06:00
08b1ff73e2
* refactor(channels): fix account resolution and setup isolation * fix(channels): keep account resolvers safely destructurable
10 lines
348 B
TypeScript
10 lines
348 B
TypeScript
// Line API module exposes the plugin public contract.
|
|
export {
|
|
DEFAULT_ACCOUNT_ID,
|
|
formatDocsLink,
|
|
setSetupChannelEnabled,
|
|
splitSetupEntries,
|
|
} from "openclaw/plugin-sdk/setup";
|
|
export type { ChannelSetupWizard } from "openclaw/plugin-sdk/setup";
|
|
export { listLineAccountIds, normalizeAccountId, resolveLineAccount } from "./accounts.js";
|