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) 106 B
export interface IWorkHelper { getNodeIdentifier(projectId: string, type: string): Promise<string>; }