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