UNPKG

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

Version:

Endevor Bridge for Git Rest client

9 lines (8 loc) 314 B
import { ApiResponse } from "../../../response/ApiResponse"; import { MappingAction } from "./MappingAction"; export declare class DeleteFailedBranches extends MappingAction<ApiResponse> { context: string; repository: string; customPath: string; constructor(context: string, repository: string); }