@microsoft/windows-admin-center-sdk
Version:
Microsoft - Windows Admin Center Shell
20 lines (19 loc) • 528 B
TypeScript
import { ErrorResult } from '../../../upgrade/models/error-result';
/**
* Updater for iif errors.
*/
export declare class IiFUpdaterUtil {
/**
* the update function.
* @param fileData the file data.
* @param error the error object.
* @returns the updated file data.
*/
update(fileData: string, error: ErrorResult): string;
/**
* the update function.
* @param inputString the input file data string.
* @returns the updated file data string.
*/
private regexFixer;
}