UNPKG

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

Version:

Endevor Bridge for Git Rest client

12 lines (11 loc) 366 B
import { CredentialsStatus } from "../endevor-connection/model/CredentialsStatus"; import { IResponse } from "../IResponse"; export interface GitAccountPayload extends IResponse { username: string; fullName: string; email: string; domainName: string; authProvider: string; status: CredentialsStatus; personalAccessTokenExists: boolean; }