gitlab-api-interfaces
TypeScript icon, indicating that this package has built-in type declarations

1.6.4 • Public • Published

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; ... }
 */

Readme

Keywords

none

Package Sidebar

Install

npm i gitlab-api-interfaces

Weekly Downloads

5

Version

1.6.4

License

MIT

Unpacked Size

41.1 kB

Total Files

157

Last publish

Collaborators

  • n9niwas