UNPKG

gitlab

Version:

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

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