Files
openclaw/src/plugin-sdk/line-core.ts
2026-03-17 19:45:36 -07:00

17 lines
504 B
TypeScript

export type { OpenClawConfig } from "../config/config.js";
export type { LineConfig } from "../line/types.js";
export {
DEFAULT_ACCOUNT_ID,
formatDocsLink,
normalizeAccountId,
setSetupChannelEnabled,
setTopLevelChannelDmPolicyWithAllowFrom,
splitSetupEntries,
} from "./setup.js";
export type { ChannelSetupAdapter, ChannelSetupDmPolicy, ChannelSetupWizard } from "./setup.js";
export {
listLineAccountIds,
resolveDefaultLineAccountId,
resolveLineAccount,
} from "../line/accounts.js";