UNPKG

azdev-automation

Version:

Azure DevOps automation framework enables access control automation of projects, pipelines and repositories configuration in Azure DevOps Services

4 lines (3 loc) 109 B
export interface IEndpointUpdater { initialize(projectName: string, projectId: string): Promise<void>; }