@microsoft/windows-admin-center-sdk
Version:
Microsoft - Windows Admin Center Shell
18 lines (17 loc) • 437 B
TypeScript
export declare class RemoveUpgrader {
private filePath;
private fileWriter;
private removes;
private messages;
/**
* the constructor.
* @param filePath the file path.
* @param removes the removes.
* @param fileName the file name.
*/
constructor(filePath: string, removes: any, fileName?: string);
/**
* the run function to resolve the errors.
*/
run(): Promise<void>;
}