UNPKG

gitlab

Version:

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

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