Mercurial > hg > ng2-query-ismi
view app/query-step.ts @ 12:1843b12eff9a
cleaning output.
author | casties |
---|---|
date | Thu, 21 Jan 2016 11:16:13 +0100 |
parents | 6cd6c09032aa |
children | 34cd764e234b |
line wrap: on
line source
import {QueryMode} from './query-mode'; export interface QueryStep { mode: QueryMode; objectType?: string; }