Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

So far, two drafts of an aligned return type have been worked out, which differ only slightly from each other.

Draft 1

Code Block
languagejs
firstline1
titleData Lake Result
DataLakeResult {
    measureName: string;
    total: number;
    headers: string[];
	groupingTags: string[];
    data: Map<string, any[]>;
}