ConceptsResultResult This is the structure of a Vizzly result. type RowOfValues = Array<string | string[] | number | Date | null>; export type Result = Array<RowOfValues>;QueryLicense