UNPKG
@zup-it/beagle-backend-cli
Version:
latest (1.1.0)
1.1.0
1.0.0
1.0.0-rc.3
1.0.0-rc.2
1.0.0-rc.1
1.0.0-beta.1
CLI for Beagle Backend using TypeScript
github.com/ZupIT/beagle-backend-ts/
@zup-it/beagle-backend-cli
/
commands
/
utils
/
configs.d.ts
3 lines
(2 loc)
•
118 B
TypeScript
View Raw
1
2
3
import
{
BeagleTsConfig
}
from
'../types'
;
export
declare
const
getProjectConfigsFile
:
() =>
Promise
<
BeagleTsConfig
>;