2
0
Files
bot/packages/schemas/features/items/enums.ts
Baptiste Arnaud 7e937e1c7c Add AB test block
Closes #449
2023-04-17 16:47:17 +02:00

6 lines
59 B
TypeScript

export enum ItemType {
BUTTON,
CONDITION,
AB_TEST,
}