2
0
Files
bot/packages/schemas/features/events/constants.ts

4 lines
45 B
TypeScript
Raw Normal View History

export enum EventType {
START = 'start',
}