UNPKG

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

Version:

Endevor Bridge for Git Rest client

14 lines (13 loc) 495 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NotificationAction = void 0; const AbstractRequest_1 = require("../AbstractRequest"); const RequestTypes_1 = require("../type/RequestTypes"); class NotificationAction extends AbstractRequest_1.AbstractRequest { constructor() { super(); this.model = RequestTypes_1.RequestTypes.notification; this.basePath = "/notifications"; } } exports.NotificationAction = NotificationAction;