UNPKG

@dxdeveloperexperience/hygie

Version:

Hygie is an easy-to-use Open-Source REST API allowing you to interact with GIT events. This NestJS API expose a set of customizable rules to automate your project's life cycle.

9 lines (7 loc) 160 B
import { GitTypeEnum } from '../webhook/utils.enum'; export interface GitEnv { gitApi: string; gitToken: string; git: GitTypeEnum; gitlabId: string; }