CREATERULE.d.ts 332 B

1234
  1. import { TimeSeriesAggregationType } from '.';
  2. export declare const FIRST_KEY_INDEX = 1;
  3. export declare function transformArguments(sourceKey: string, destinationKey: string, aggregationType: TimeSeriesAggregationType, bucketDuration: number, alignTimestamp?: number): Array<string>;
  4. export declare function transformReply(): 'OK';