This commit is contained in:
Rami Bitar
2026-06-09 17:06:15 -04:00
parent 1ebe68efeb
commit 98dd7741a0
3 changed files with 6 additions and 15 deletions

View File

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