UNPKG
morning-builds-core
Version:
latest (1.0.1)
1.0.1
Core functionality for Morning Builds
morning-builds-core
/
build
/
src
/
managers
/
index.d.ts
10 lines
(9 loc)
•
211 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
Clients
}
from
'../clients'
;
export
declare
class
Managers
{
comments
:
any
;
failingTests
:
any
;
flakyIssues
:
any
;
labels
:
any
;
unknownCause
:
any
;
constructor
(
clients
:
Clients
); }