Remove elements barrel file and next/image, add image/number field types

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Rami Bitar
2026-06-09 15:59:47 -04:00
parent 3ed7e027c2
commit 791a257294
5 changed files with 7 additions and 32 deletions

View File

@@ -7,6 +7,8 @@ export type FieldType =
| "object"
| "boolean"
| "select"
| "image"
| "number"
export interface FieldOption {
label: string