added ImageUpload and other input types.
This commit is contained in:
@@ -3,8 +3,10 @@ export type FieldType =
|
||||
| 'number'
|
||||
| 'boolean'
|
||||
| 'date'
|
||||
| 'datetime'
|
||||
| 'markdown'
|
||||
| 'enum'
|
||||
| 'image'
|
||||
| 'object'
|
||||
| 'array';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user