view app/query-step.ts @ 6:9f5473536a98

more query generation.
author casties
date Thu, 14 Jan 2016 17:19:35 +0100
parents query-step.ts@b06a5d61afed
children 6cd6c09032aa
line wrap: on
line source

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