aboutsummaryrefslogtreecommitdiff
path: root/app/interfaces
diff options
context:
space:
mode:
authorAlex Tatiyants <atatiyan@gmail.com>2016-01-04 19:42:44 -0800
committerAlex Tatiyants <atatiyan@gmail.com>2016-01-04 19:42:44 -0800
commitd89ddcf3532937d395898f255c42f3d26303f1c4 (patch)
tree9efdf18c3fa965f1a1d140e5b2b06a9cfa0a4e19 /app/interfaces
parent7955dbcc9272f258c9b36e67853471e59d851cac (diff)
add integrated query view with syntax highlighting
Diffstat (limited to 'app/interfaces')
-rw-r--r--app/interfaces/iplan.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/interfaces/iplan.ts b/app/interfaces/iplan.ts
index bd08478..26a5dbb 100644
--- a/app/interfaces/iplan.ts
+++ b/app/interfaces/iplan.ts
@@ -4,4 +4,6 @@ export interface IPlan {
content: any;
query: string;
createdOn: Date;
+ planStats: any;
+ formattedQuery: string;
}