5 lines
48 B
TypeScript
5 lines
48 B
TypeScript
![]() |
export enum ItemType {
|
||
|
BUTTON,
|
||
|
CONDITION,
|
||
|
}
|