UNPKG

@iotile/iotile-cloud

Version:

A typescript library for interfacing with the IOTile Cloud API

14 lines (13 loc) 335 B
export declare class DataFilterArgs { filter?: string; startDate?: Date; endDate?: Date; lastN?: number; page?: number; pageSize?: number; startIncrementalId?: number; endIncrementalId?: number; extras?: Array<string>; buildFilterString(): string; buildFilterLabel(): string; }