UNPKG
@grnsft/if-eco-ci-plugin
Version:
latest (0.0.2)
0.0.2
0.0.1
EcoCI plugin for Impact Framework.
greensoftware.foundation
@grnsft/if-eco-ci-plugin
/
src
/
lib
/
types.ts
8 lines
(7 loc)
•
141 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
export
type
EcoCiParams
= {
repo
:
string
;
branch
:
string
;
workflow
:
string
;
start_date
:
Date
|
string
;
end_date
:
Date
|
string
; };