UNPKG

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

Version:

Endevor Bridge for Git Rest client

9 lines (8 loc) 245 B
import { IRequestPayload } from "../IRequestPayload"; export interface UpdateMainframeCredentialsPayload extends IRequestPayload { projectKey: string; repoKey: string; branchKey: string; username: string; password: string; }