diff app/query-step.ts @ 7:6cd6c09032aa

object type query with results!
author Robert Casties <casties@mpiwg-berlin.mpg.de>
date Fri, 15 Jan 2016 20:00:47 +0100
parents 9f5473536a98
children 34cd764e234b
line wrap: on
line diff
--- a/app/query-step.ts	Thu Jan 14 17:19:35 2016 +0100
+++ b/app/query-step.ts	Fri Jan 15 20:00:47 2016 +0100
@@ -1,4 +1,6 @@
+import {QueryMode} from './query-mode';
+
 export interface QueryStep {
-    mode: string;
+    mode: QueryMode;
     objectType?: string;
 }
\ No newline at end of file