UNPKG

pixie-transformer

Version:

Pixie Transformer is transforming a Raw/Response JSON Payload into your expected JSON Payload. It's make your life easy and convenience without any logic required in your code.

9 lines (8 loc) 272 B
import { Action } from 'redux'; import { Measurement } from '../model/type'; export declare function parseCondition(d: any, measurement: Measurement, aggreData: any): any; export interface ConditionAction extends Action { parent: any; child: any; data: any; }