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
/
router.d.ts
8 lines
•
211 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
IMTBase
,
ModuleType
}
from
'./base'
;
/** * Base class for all Routers. */
export
declare
class
IMTRouter
extends
IMTBase
{
readonly
type
=
ModuleType
.
ROUTER
; }
//# sourceMappingURL=router.d.ts.map