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.

10 lines (8 loc) 152 B
export interface BranchesOptions { only?: string[]; ignore?: string[]; } export interface UsersOptions { only?: string[]; ignore?: string[]; }