@broadcom/endevor-bridge-for-git-rest-api
Version:
Endevor Bridge for Git Rest client
9 lines (8 loc) • 408 B
TypeScript
import { UserAction } from "./UserAction";
import { UpdateCurrentUserPayload } from "../../payload/user/UpdateCurrentUserPayload";
import { ApiResponse } from "../../../response/ApiResponse";
export declare class UpdateCurrentUser extends UserAction<ApiResponse, UpdateCurrentUserPayload> {
payload: UpdateCurrentUserPayload;
customPath: string;
constructor(payload: UpdateCurrentUserPayload);
}