UNPKG

@broadcom/endevor-bridge-for-git-rest-api

Version:

Endevor Bridge for Git Rest client

10 lines (9 loc) 300 B
import { AbstractRequest } from "../AbstractRequest"; import { RequestTypes } from "../type/RequestTypes"; export class NotificationAction extends AbstractRequest { constructor() { super(); this.model = RequestTypes.notification; this.basePath = "/notifications"; } }