almost done
This commit is contained in:
10
lib/umami.ts
Normal file
10
lib/umami.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
// file: types/umami.d.ts
|
||||
declare global {
|
||||
interface Window {
|
||||
umami?: {
|
||||
track: (eventName: string, eventData?: Record<string, any>) => void;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
export {}; // This makes the file a module
|
||||
Reference in New Issue
Block a user