UNPKG

@syntest/search

Version:

The common core of the SynTest Framework

14 lines 273 B
import { Location } from "@syntest/cfg"; /** * Execution trace */ export interface Trace { id: string; type: string; path: string; location: Location; hits: number; condition?: string; variables?: unknown; } //# sourceMappingURL=Trace.d.ts.map