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.

11 lines (9 loc) 236 B
import { GitTypeEnum } from '../webhook/utils.enum'; /** * Provide all informations to interact with Git API (Github and Gitlab) */ export class GitApiInfos { git: GitTypeEnum; repositoryFullName: string; projectId: string; }