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) 86 B
export interface ICommonHelper { wait(min: number, max: number): Promise<void>; }