UNPKG

@grnsft/if-eco-ci-plugin

Version:

EcoCI plugin for Impact Framework.

8 lines (7 loc) 141 B
export type EcoCiParams = { repo: string; branch: string; workflow: string; start_date: Date | string; end_date: Date | string; };