mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
This commit is contained in:
parent
b6013c3ee8
commit
889a404650
3 changed files with 61 additions and 2 deletions
|
|
@ -95,6 +95,13 @@ export const EVENT_TYPE = {
|
|||
pixelEvent: 4,
|
||||
} as const;
|
||||
|
||||
export const ENTITY_TYPE = {
|
||||
website: 1,
|
||||
link: 2,
|
||||
pixel: 3,
|
||||
board: 4,
|
||||
} as const;
|
||||
|
||||
export const DATA_TYPE = {
|
||||
string: 1,
|
||||
number: 2,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue