2
0
Files
bot/packages/schemas/features/items/enums.ts
Baptiste Arnaud 035dded654 Add picture choice block
Closes #476
2023-05-04 09:23:33 -04:00

7 lines
77 B
TypeScript

export enum ItemType {
BUTTON,
CONDITION,
AB_TEST,
PICTURE_CHOICE,
}