feat: add obj and array type support

This commit is contained in:
Joel
2025-05-28 16:14:27 +08:00
parent dded6001e2
commit e42f84f723
3 changed files with 188 additions and 7 deletions

View File

@ -19,6 +19,8 @@ export enum FormTypeEnum {
toolSelector = 'tool-selector',
multiToolSelector = 'array[tools]',
appSelector = 'app-selector',
object = 'object',
array = 'array',
}
export type FormOption = {