diff options
author | Alex Tatiyants <atatiyan@gmail.com> | 2016-01-04 19:42:44 -0800 |
---|---|---|
committer | Alex Tatiyants <atatiyan@gmail.com> | 2016-01-04 19:42:44 -0800 |
commit | d89ddcf3532937d395898f255c42f3d26303f1c4 (patch) | |
tree | 9efdf18c3fa965f1a1d140e5b2b06a9cfa0a4e19 /app/interfaces | |
parent | 7955dbcc9272f258c9b36e67853471e59d851cac (diff) |
add integrated query view with syntax highlighting
Diffstat (limited to 'app/interfaces')
-rw-r--r-- | app/interfaces/iplan.ts | 2 |
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; } |