mirror of
https://github.com/Heretek-AI/openclaw-android-assistant.git
synced 2026-07-19 14:13:42 -04:00
7 lines
174 B
TypeScript
7 lines
174 B
TypeScript
export {
|
|
DEFAULT_COPILOT_API_BASE_URL,
|
|
deriveCopilotApiBaseUrlFromToken,
|
|
resolveCopilotApiToken,
|
|
type CachedCopilotToken,
|
|
} from "openclaw/plugin-sdk/provider-auth";
|