create attribute

This commit is contained in:
hamid zarghami
2026-01-25 09:40:41 +03:30
parent 5fad34cc84
commit a37a7191dd
9 changed files with 165 additions and 12 deletions
+9
View File
@@ -0,0 +1,9 @@
export const enum FieldTypeEnum {
text = "text",
textarea = "textarea",
number = "number",
select = "select",
radio = "radio",
checkbox = "checkbox",
date = "date",
}