Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Backup-bdg
/
OpenHands
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
31ca248
OpenHands
/
frontend
/
src
/
react-app-env.d.ts
Backup-bdg
Upload 565 files
b59aa07
verified
7 days ago
raw
Copy download link
history
blame
Safe
157 Bytes
/// <reference types="react-scripts" />
interface
Window
{
posthog?: {
capture
:
(
event:
string
, properties?: Record<
string
,
unknown
>
) =>
void
;
};
}