mirror of
https://github.com/kremalicious/umami.git
synced 2025-01-27 02:26:18 +01:00
8 lines
122 B
TypeScript
8 lines
122 B
TypeScript
/* eslint-disable no-unused-vars */
|
|
export namespace UmamiApi {
|
|
enum EventType {
|
|
Pageview = 1,
|
|
Event = 2,
|
|
}
|
|
}
|