mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-31 11:51:22 +00:00
9 lines
235 B
TypeScript
9 lines
235 B
TypeScript
// Generated by scripts/generate-plugin-sdk-facades.mjs. Do not edit manually.
|
|
export {
|
|
ircSetupAdapter,
|
|
ircSetupWizard,
|
|
listIrcAccountIds,
|
|
resolveDefaultIrcAccountId,
|
|
resolveIrcAccount,
|
|
} from "../../extensions/irc/api.js";
|