Skip to content

Commit 49114cc

Browse files
committed
Add interpreted results table to compare view
1 parent 789719a commit 49114cc

File tree

7 files changed

+505
-468
lines changed

7 files changed

+505
-468
lines changed

extensions/ql-vscode/src/common/interface-types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export const ALERTS_TABLE_NAME = "alerts";
3636
export const GRAPH_TABLE_NAME = "graph";
3737

3838
export type RawTableResultSet = { t: "RawResultSet" } & RawResultSet;
39-
export type InterpretedResultSet<T> = {
39+
type InterpretedResultSet<T> = {
4040
t: "InterpretedResultSet";
4141
readonly schema: ResultSetSchema;
4242
name: string;

0 commit comments

Comments
 (0)