Type Alias AttributeItemType

AttributeItemType:
    | "number"
    | "boolean"
    | "string"
    | "buffer"
    | "date"