UNPKG

rdf-test-suite

Version:
9 lines (8 loc) 231 B
import type { ITestCase } from '../ITestCase'; import type { IQueryEngine } from './IQueryEngine'; /** * A SPARQL test case data holder. */ export interface ITestCaseSparql extends ITestCase<IQueryEngine> { type: 'sparql'; }