UNPKG

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

Version:

Endevor Bridge for Git Rest client

7 lines (6 loc) 184 B
import { IRequestPayload } from "../IRequestPayload"; export interface ForceRefreshPayload extends IRequestPayload { context: string; repository: string; branch: string; }