Type Alias ContentTypeFieldType

ContentTypeFieldType:
    | "Symbol"
    | "Text"
    | "Integer"
    | "Number"
    | "Date"
    | "Boolean"
    | "Location"
    | "Link"
    | "Array"
    | "Object"
    | "RichText"
    | "ResourceLink"