UNPKG

angular-qlik-api

Version:

AngulerQlikApi is the angular wrapper for Qlik Engine API. It facilitates the usage and handles the synchronization.

6 lines (5 loc) 162 B
import { QFilterInfoType } from '../enum/q-filter-info-type.enum'; export interface QFilterInfo { qType: QFilterInfoType; qWherePredicate: string; }