UNPKG

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

Version:

Endevor Bridge for Git Rest client

8 lines (7 loc) 221 B
import { IRequestPayload } from "../IRequestPayload"; export interface UpdateReadOnlyBranchFlagPayload extends IRequestPayload { context: string; repository: string; branchId: string; readOnly: boolean; }