UNPKG

angular-qlik-api

Version:

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

7 lines (6 loc) 131 B
import { QOp } from '../enum/q-op.enum'; export interface QPatches { qOp: QOp; qPath: string; qValue?: string; }