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
/
starter.d.ts
7 lines
•
272 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
IMTBase
,
ModuleType
}
from
'./base'
;
import
{
DoneWithResultCallback
}
from
'./types'
;
export
declare
class
IMTStarter
extends
IMTBase
{
readonly
type
=
ModuleType
.
STARTER
;
start
(
done
:
DoneWithResultCallback
):
void
; }
//# sourceMappingURL=starter.d.ts.map