mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
5 lines
94 B
TypeScript
5 lines
94 B
TypeScript
interface Window {
|
|
__APP_MODE__?: "saas" | "oss";
|
|
__GITHUB_CLIENT_ID__?: string | null;
|
|
}
|