UNPKG

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

Version:

Endevor Bridge for Git Rest client

8 lines (7 loc) 292 B
import { EndevorConnectionAction } from "./../EndevorConnectionAction"; import { ApiResponse } from "../../../response/ApiResponse"; export declare class InvalidateCache extends EndevorConnectionAction<ApiResponse> { customPath: string; private name; constructor(name: string); }