Type Alias: DataFormat
DataFormat =
"json_array"|"arrow_stream"|"auto"|"json"|"arrow"
Supported data formats for analytics queries.
“json” and “arrow” are legacy aliases kept for backwards compatibility with appkit-ui < 0.33.0 — safe to remove once no consumer is on a pre-0.33.0 version. resolveFormat() normalizes them to their canonical equivalents before any downstream code reads the value.