UNPKG

gitlab

Version:

Full NodeJS implementation of the GitLab API. Supports Promises, Async/Await.

7 lines (6 loc) 251 B
import { BaseService, Sudo } from '../infrastructure'; declare class Licence extends BaseService { all(options?: Sudo): Promise<import("../infrastructure").GetResponse>; create(options?: Sudo): Promise<object>; } export default Licence;