Mercurial > hg > ng2-query-ismi
view app/query-step.ts @ 13:98b435bb6c0c
more query work.
author | Robert Casties <casties@mpiwg-berlin.mpg.de> |
---|---|
date | Thu, 21 Jan 2016 14:47:00 +0100 |
parents | 6cd6c09032aa |
children | 34cd764e234b |
line wrap: on
line source
import {QueryMode} from './query-mode'; export interface QueryStep { mode: QueryMode; objectType?: string; }