Skip to content

Commit ac0e3e8

Browse files
committed
chore: paragrpah form type
1 parent b7f7038 commit ac0e3e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

types/app.ts

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ export type UserInputFormItem = {
3737
'text-input': TextTypeFormItem
3838
} | {
3939
'select': SelectTypeFormItem
40+
} | {
41+
'paragraph': TextTypeFormItem
4042
}
4143

4244
export const MessageRatings = ['like', 'dislike', null] as const

0 commit comments

Comments
 (0)