UNPKG

igniteui-react-core

Version:
26 lines (25 loc) 678 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class DataSourceAggregatedResultDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; private static __marshalByValue; private static __marshalByValueAlias; constructor(); private l; get itemRef(): string; set itemRef(a: string); private m; get transactionType(): string; set transactionType(a: string); private h; get keys(): string[]; set keys(a: string[]); private n; get valuesRef(): string; set valuesRef(a: string); }