/** * Row-oriented (default) data format - an array of rows, each row is an object keyed by member name. */ export type LoadResultDataRow = Record[];