Share via


ContentFieldType type

Semantic data type of the field value.

type ContentFieldType =
  | "string"
  | "date"
  | "time"
  | "number"
  | "integer"
  | "boolean"
  | "array"
  | "object"
  | "json"