diff --git a/types/app.ts b/types/app.ts index 5040d2d..3d62c4f 100644 --- a/types/app.ts +++ b/types/app.ts @@ -37,6 +37,8 @@ export type UserInputFormItem = { 'text-input': TextTypeFormItem } | { 'select': SelectTypeFormItem +} | { + 'paragraph': TextTypeFormItem } export const MessageRatings = ['like', 'dislike', null] as const