4 lines
45 B
TypeScript
4 lines
45 B
TypeScript
![]() |
export enum EventType {
|
||
|
START = 'start',
|
||
|
}
|