UNPKG

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

Version:

Endevor Bridge for Git Rest client

8 lines (7 loc) 198 B
import { IResponse } from "../IResponse"; export interface EndevorChangeResponse extends IResponse { overrideDefault: boolean; ccid: string; comment: string; fromLocation: string; }