UNPKG
@integromat/proto
Version:
latest (2.12.0)
2.12.0
2.11.0
2.9.5
2.9.3
2.9.2
2.9.1
2.9.0
2.8.4
2.8.3
2.8.2
2.8.1
2.8.0
2.7.1
2.7.0
2.6.2
2.6.1
2.6.0
2.5.2
2.5.1
2.5.0
2.4.0
2.3.0
2.2.0
2.1.0
2.0.0
1.8.0
1.7.0
1.6.0
1.5.1
1.5.0
1.4.0
Integromat Proto-Classes
github.com/integromat/imt-proto
integromat/imt-proto
@integromat/proto
/
dist
/
aggregator.d.ts
9 lines
•
273 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
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