view app/query-mode.ts @ 5:b06a5d61afed

new query state stuff.
author Robert Casties <casties@mpiwg-berlin.mpg.de>
date Wed, 13 Jan 2016 18:57:31 +0100
parents 59b7c3afcc6b
children 6989cd00e8d7
line wrap: on
line source

export interface QueryMode {
    id: string;
    label: string;
}