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

14 lines
331 B
TypeScript

export enum InputBlockType {
TEXT = 'text input',
NUMBER = 'number input',
EMAIL = 'email input',
URL = 'url input',
DATE = 'date input',
PHONE = 'phone number input',
CHOICE = 'choice input',
PICTURE_CHOICE = 'picture choice input',
PAYMENT = 'payment input',
RATING = 'rating input',
FILE = 'file input',
}