diff app/query-mode.ts @ 1:59b7c3afcc6b

first interface and http request.
author Robert Casties <casties@mpiwg-berlin.mpg.de>
date Mon, 11 Jan 2016 19:25:53 +0100
parents
children 6989cd00e8d7
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/app/query-mode.ts	Mon Jan 11 19:25:53 2016 +0100
@@ -0,0 +1,4 @@
+export interface QueryMode {
+    id: string;
+    label: string;
+}
\ No newline at end of file