UNPKG

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

Version:

Endevor Bridge for Git Rest client

7 lines (6 loc) 357 B
import { EndevorConnectionAction } from "./EndevorConnectionAction"; import { EndevorConnectionWithCertificates } from "../../response/endevor-connection/EndevorConnectionWithCertificates"; export declare class GetConnectionsWithCertificate extends EndevorConnectionAction<EndevorConnectionWithCertificates[]> { customPath: string; constructor(); }