UNPKG

@integromat/proto

Version:
9 lines 273 B
import { ModuleType } from './base'; import { IMTTransformer } from './transformer'; /** * Base class for all Aggregators. */ export declare class IMTAggregator extends IMTTransformer { readonly type = ModuleType.AGGREGATOR; } //# sourceMappingURL=aggregator.d.ts.map