@broadcom/endevor-bridge-for-git-rest-api
Version:
Endevor Bridge for Git Rest client
8 lines (7 loc) • 384 B
TypeScript
import { EndevorConnectionAction } from "./EndevorConnectionAction";
import { EndevorConnectionWithCertificates } from "../../response/endevor-connection/EndevorConnectionWithCertificates";
export declare class GetConnectionWithCertificate extends EndevorConnectionAction<EndevorConnectionWithCertificates> {
customPath: string;
private name;
constructor(name: string);
}