mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 14:47:14 +01:00
Fix enum issue.
This commit is contained in:
parent
ac5ec730d2
commit
ce02958bc2
8 changed files with 18 additions and 24 deletions
7
lib/enum.ts
Normal file
7
lib/enum.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
/* eslint-disable no-unused-vars */
|
||||
export namespace UmamiApi {
|
||||
export enum EventType {
|
||||
Pageview = 1,
|
||||
Event = 2,
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue