UNPKG

gitlab

Version:

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

7 lines (6 loc) 256 B
import { ResourceMilestones } from '../templates'; import { BaseServiceOptions } from '../infrastructure'; declare class ProjectMilestones extends ResourceMilestones { constructor(options: BaseServiceOptions); } export default ProjectMilestones;