Skip to content

Commit

Permalink
Add interpreted results table to compare view
Browse files Browse the repository at this point in the history
  • Loading branch information
koesie10 committed Dec 7, 2023
1 parent 789719a commit 49114cc
Show file tree
Hide file tree
Showing 7 changed files with 505 additions and 468 deletions.
2 changes: 1 addition & 1 deletion extensions/ql-vscode/src/common/interface-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const ALERTS_TABLE_NAME = "alerts";
export const GRAPH_TABLE_NAME = "graph";

export type RawTableResultSet = { t: "RawResultSet" } & RawResultSet;
export type InterpretedResultSet<T> = {
type InterpretedResultSet<T> = {
t: "InterpretedResultSet";
readonly schema: ResultSetSchema;
name: string;
Expand Down
Loading

0 comments on commit 49114cc

Please sign in to comment.