view query-step.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
children
line wrap: on
line source

export interface QueryStep {
    mode: string;
    objectType?: string;
}