UNPKG

chrec-core

Version:

ChRec's core business logic and model for testing HTML locator robustness

6 lines (5 loc) 190 B
import { Identificable } from './identififable'; export declare class LocatorTestResult extends Identificable { replayable: boolean; constructor(replayable: boolean, id?: string); }