Type Alias SObjectFieldType
SObjectFieldType:
| "string"
| "boolean"
| "int"
| "double"
| "date"
| "datetime"
| "base64"
| "id"
| "reference"
| "currency"
| "textarea"
| "percent"
| "phone"
| "url"
| "email"
| "combobox"
| "picklist"
| "multipicklist"
| "location"
| "time"
| "encryptedstring"
| "address"
| "complexvalue"
| "anyType"