mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-30 11:21:07 +00:00
14 lines
468 B
TypeScript
14 lines
468 B
TypeScript
// Generated by scripts/generate-plugin-sdk-facades.mjs. Do not edit manually.
|
|
export {
|
|
findMatrixAccountEntry,
|
|
getMatrixScopedEnvVarNames,
|
|
requiresExplicitMatrixDefaultAccount,
|
|
resolveConfiguredMatrixAccountIds,
|
|
resolveMatrixAccountStorageRoot,
|
|
resolveMatrixChannelConfig,
|
|
resolveMatrixCredentialsDir,
|
|
resolveMatrixCredentialsPath,
|
|
resolveMatrixDefaultOrOnlyAccountId,
|
|
resolveMatrixLegacyFlatStoragePaths,
|
|
} from "../../extensions/matrix/api.js";
|