UNPKG

@microsoft/windows-admin-center-sdk

Version:

Microsoft - Windows Admin Center Shell

16 lines (15 loc) 383 B
export declare class UITestAutomationLegacyUpgrader { private filePath; private fileWriter; private messages; /** * the constructor. * @param filePath the file path. * @param fileName the file name. */ constructor(filePath: string, fileName?: string); /** * the run function to resolve the errors. */ run(): Promise<void>; }