gitlab-api-interfaces
v1.6.4
Published
This is a port of C# models from https://github.com/nmklotas/GitLabApiClient to Typescript.
Downloads
3
Readme
This is a port of C# models from https://github.com/nmklotas/GitLabApiClient to Typescript.
Installation:
yarn add gitlab-api-interfaces
npm install gitlab-api-interfaces
Usage:
import { MergeRequest } from 'gitlab-api-interfaces';
/**
* MergeRequest == { labels: string[]; source_branch: string; ... }
*/