UNPKG
@eclipsejs/cli
Version:
latest (1.1.0)
1.1.0
1.0.0
0.8.1
0.8.0
0.7.0
0.6.0
0.5.1
0.5.0
0.4.0
0.3.0
0.2.12
0.2.11
0.2.10
0.2.9
Inject environment variables on runtime
dlesage25/eclipse-cli
@eclipsejs/cli
/
lib
/
src
/
eclipse
/
dtos
/
getSecret.dto.d.ts
7 lines
(6 loc)
•
126 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
interface
GetSecretDto
{
projectId
:
string
;
ownerId
:
string
;
component
:
string
;
environment
:
string
; }