12 lines
135 B
Markdown
12 lines
135 B
Markdown
|
---
|
||
|
sidebar_label: EventType
|
||
|
---
|
||
|
|
||
|
# EventType type
|
||
|
|
||
|
**Signature:**
|
||
|
|
||
|
```typescript
|
||
|
export declare type EventType = string | symbol;
|
||
|
```
|