feat: add Umami analytics helper and window type declaration
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
interface Window {
|
||||
umami?: {
|
||||
track: (eventName: string, properties?: Record<string, string | number | boolean>) => void;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user