mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-13 16:10:44 +00:00
6 lines
118 B
TypeScript
6 lines
118 B
TypeScript
export {
|
|
DEFAULT_ACCOUNT_ID,
|
|
normalizeAccountId,
|
|
normalizeOptionalAccountId,
|
|
} from "../routing/account-id.js";
|