UNPKG
@toutix/whitelabel
Version:
latest (1.0.1)
1.0.1
1.0.0
Toutix whitelabel React container components
github.com/toutix/toutix-web-v2
toutix/toutix-web-v2
@toutix/whitelabel
/
dist
/
src
/
app
/
dashboard
/
models
/
EventCategory.d.ts
14 lines
•
315 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export
interface
IEventCategory
{
categoryNumber
:
number
;
categoryId
:
string
;
name
:
string
;
description
:
string
; }
export
interface
ICategoryV
2 {
id
:
string
;
name
:
string
;
description
:
string
;
image
:
string
;
displayPriority
?:
number
; }
//# sourceMappingURL=EventCategory.d.ts.map