mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
7 lines
129 B
TypeScript
7 lines
129 B
TypeScript
/* eslint-disable no-unused-vars */
|
|
export namespace UmamiApi {
|
|
export enum EventType {
|
|
Pageview = 1,
|
|
Event = 2,
|
|
}
|
|
}
|