UNPKG
@sourceloop/ctrl-plane-orchestrator-service
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.1
0.1.1
0.1.0
ARC SaaS Orchestrator service.
github.com/sourcefuse/arc-saas
sourcefuse/arc-saas
@sourceloop/ctrl-plane-orchestrator-service
/
dist
/
services
/
builder.service.d.ts
7 lines
(6 loc)
•
260 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
BuilderServiceInterface
}
from
'./types'
;
import
{
AnyObject
}
from
'@loopback/repository'
;
export
declare
class
BuilderService
implements
BuilderServiceInterface
{
constructor
(
);
startJob
(
jobName
:
string
,
params
:
AnyObject
):
Promise
<
void
>; }