OpenHands / frontend /src /react-app-env.d.ts
Backup-bdg's picture
Upload 565 files
b59aa07 verified
raw
history blame contribute delete
157 Bytes
/// <reference types="react-scripts" />
interface Window {
posthog?: {
capture: (event: string, properties?: Record<string, unknown>) => void;
};
}