From d89ddcf3532937d395898f255c42f3d26303f1c4 Mon Sep 17 00:00:00 2001 From: Alex Tatiyants Date: Mon, 4 Jan 2016 19:42:44 -0800 Subject: add integrated query view with syntax highlighting --- app/interfaces/iplan.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/interfaces') 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; } -- cgit v1.2.3