@microsoft/windows-admin-center-sdk
Version:
Microsoft - Windows Admin Center Shell
17 lines (16 loc) • 505 B
TypeScript
import { ErrorResult } from '../../../upgrade/models/error-result';
export declare class SubjectNextUpdaterUtil {
/**
* 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 regexFixer function.
* @param inputString the input file data string.
* @returns the updated file data string.
*/
private regexFixer;
}