UNPKG

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

Version:

Endevor Bridge for Git Rest client

6 lines (5 loc) 284 B
import { EndevorConnectionResponse } from "./EndevorConnectionResponse"; import { ConnectionCertificate } from "./model/ConnectionCertificate"; export interface EndevorConnectionWithCertificates extends EndevorConnectionResponse { certificateDescription: ConnectionCertificate; }