@broadcom/endevor-bridge-for-git-rest-api
Version:
Endevor Bridge for Git Rest client
11 lines (10 loc) • 338 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BranchStatusChangePayload = void 0;
class BranchStatusChangePayload {
constructor(branchId, branchStatus) {
this.branchId = branchId;
this.status = branchStatus;
}
}
exports.BranchStatusChangePayload = BranchStatusChangePayload;