chore: paragrpah form type

This commit is contained in:
Joel
2024-09-04 17:55:45 +08:00
parent b7f703852e
commit ac0e3e807d

View File

@ -37,6 +37,8 @@ export type UserInputFormItem = {
'text-input': TextTypeFormItem
} | {
'select': SelectTypeFormItem
} | {
'paragraph': TextTypeFormItem
}
export const MessageRatings = ['like', 'dislike', null] as const