UNPKG
morning-builds-core
Version:
latest (1.0.1)
1.0.1
Core functionality for Morning Builds
morning-builds-core
/
build
/
src
/
actions
/
index.d.ts
9 lines
(8 loc)
•
247 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
Clients
}
from
'../clients'
;
import
{
Managers
}
from
'../managers'
;
import
{
Store
}
from
'../store'
;
export
declare
class
Actions
{
report
:
any
;
rerun
:
any
;
constructor
(
store
:
Store
,
clients
:
Clients
,
managers
:
Managers
); }