@microsoft/windows-admin-center-sdk
Version:
Microsoft - Windows Admin Center Shell
20 lines (19 loc) • 452 B
TypeScript
/**
* the main debugger test.
*/
export declare class MainDebugger {
/**
* the main debugger test to update test data.
* @param input the input.
*/
updateTestData(input: any): void;
/**
* the main debugger test to verify test data.
* @param input the input.
*/
verifyTestData(input: any): Promise<void>;
/**
* the main debugger test to clean up test data.
*/
private cleanUpTestData;
}