UNPKG

html-reporter

Version:

Html-reporter and GUI for viewing and managing results of a tests run. Currently supports Testplane and Hermione.

4 lines (3 loc) 372 B
import { ApiErrorResponse, UpdateTimeTravelSettingsRequest, UpdateTimeTravelSettingsResponse } from "../../../types"; export declare const isApiErrorResponse: (response: UpdateTimeTravelSettingsResponse) => response is ApiErrorResponse; export declare const updateTimeTravelSettings: (params: UpdateTimeTravelSettingsRequest) => Promise<UpdateTimeTravelSettingsResponse>;