Skip to main content

Type Alias: SchemaFieldType

type SchemaFieldType: 
| "id"
| "text"
| "textarea"
| "radio"
| "post"
| "select"
| "region"
| "checkbox"
| "checkboxes"
| "image"
| "marker"
| "location"
| "datetime"
| "date"
| "status"
| "json"
| "boolean"
| "modal"
| "save"
| "empty"
| "search"
| "distance";