openclaw/extensions/line/runtime-api.ts
2026-03-20 21:55:50 -04:00

13 lines
384 B
TypeScript

// Private runtime barrel for the bundled LINE extension.
// Keep this barrel thin and aligned with the local extension surface.
export * from "../../src/plugin-sdk/line.js";
export {
formatDocsLink,
resolveExactLineGroupConfigKey,
setSetupChannelEnabled,
splitSetupEntries,
type ChannelSetupDmPolicy,
type ChannelSetupWizard,
} from "../../src/plugin-sdk/line-core.js";