Files
openclaw/src/gateway/control-ui-contract.ts
2026-03-30 15:08:19 +01:00

8 lines
203 B
TypeScript

export const CONTROL_UI_BOOTSTRAP_CONFIG_PATH = "/__openclaw/control-ui-config.json";
export type ControlUiBootstrapConfig = {
basePath: string;
assistantName: string;
assistantAvatar: string;
};