@broadcom/endevor-bridge-for-git-rest-api
Version:
Endevor Bridge for Git Rest client
8 lines (7 loc) • 307 B
TypeScript
import { MappingAction } from "./MappingAction";
import { ApiResponse } from "../../../response/ApiResponse";
export declare class ChangeMappingOwner extends MappingAction<ApiResponse> {
private username;
customPath: string;
constructor(context: string, repository: string, username: string);
}