We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7f7038 commit ac0e3e8Copy full SHA for ac0e3e8
types/app.ts
@@ -37,6 +37,8 @@ export type UserInputFormItem = {
37
'text-input': TextTypeFormItem
38
} | {
39
'select': SelectTypeFormItem
40
+} | {
41
+ 'paragraph': TextTypeFormItem
42
}
43
44
export const MessageRatings = ['like', 'dislike', null] as const
0 commit comments