forked from tuvn86/webapp-conversation
chore: paragrpah form type
This commit is contained in:
parent
b7f703852e
commit
ac0e3e807d
1 changed files with 2 additions and 0 deletions
|
|
@ -37,6 +37,8 @@ export type UserInputFormItem = {
|
|||
'text-input': TextTypeFormItem
|
||||
} | {
|
||||
'select': SelectTypeFormItem
|
||||
} | {
|
||||
'paragraph': TextTypeFormItem
|
||||
}
|
||||
|
||||
export const MessageRatings = ['like', 'dislike', null] as const
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue