b59aa07
1
2
3
4
5
6
7
8
/// <reference types="react-scripts" /> interface Window { posthog?: { capture: (event: string, properties?: Record<string, unknown>) => void; }; }