UNPKG
nestjs-consul
Version:
latest (1.5.1)
1.5.1
1.5.0
1.4.0
1.3.1
1.3.0
1.2.0
1.1.0
1.0.0
NestJS consul config Module
github.com/AlariCode/nestjs-consul
AlariCode/nestjs-consul
nestjs-consul
/
e2e
/
mocks
/
config.interface.ts
9 lines
(7 loc)
•
130 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
export
interface
ConfigInterface
{
'am-cli/test'
:
ITest
; }
export
interface
ITest
{
valueNum
:
number
;
valuesString
:
string
; }