@dasch-swiss/dsp-js
Version:
JavaScript library that handles API requests to Knora
10 lines (9 loc) • 351 B
TypeScript
/**
* This class contains assertions for the mocked ontologies
* so that the behave as the lib's ontology handling in production.
*/
export declare class MockOntologyAssertions {
static resourcePropertyIndexesAnythingThing: string[];
static systemPropertyIndexesAnythingThing: string[];
static propertyIndexesAnythingThing: string[];
}