UNPKG
haz-cli
Version:
latest (0.0.4)
0.0.4
0.0.1
HAZ CLI
github.com/brianclogan/haz
brianclogan/haz
haz-cli
/
dist
/
interfaces
/
composer-file.d.ts
7 lines
(6 loc)
•
137 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Service
}
from
"./service.js"
;
export
interface
ComposerFile
{
services
: { [
serviceName
:
string
]:
Service
; }; }