UNPKG

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

Version:

Endevor Bridge for Git Rest client

8 lines (7 loc) 352 B
import { EndevorConnectionAction } from "./EndevorConnectionAction"; import { ClientCertificateResponse } from "../../response/endevor-connection/ClientCertificateResponse"; export declare class GetClientCertificate extends EndevorConnectionAction<ClientCertificateResponse> { customPath: string; private name; constructor(name: string); }