UNPKG

contensis-core-api

Version:

A dependency library used by contensis-delivery-api and contensis-management-api

12 lines (11 loc) 355 B
import { QueryAggregations, FieldLinkDepths, IZenqlQuery } from '..'; export declare class ZenqlQuery implements IZenqlQuery { zenql: string; pageIndex: number; pageSize: number; fieldLinkDepths?: FieldLinkDepths; fields?: string[]; aggregations?: QueryAggregations; constructor(zenql: string); toJSON(): any; }