UNPKG

sparnatural

Version:

Visual client-side SPARQL query builder and knowledge graph exploration tool

7 lines 198 B
/** * A variable selected in the UI, containing the variable name, and the type (=class or property type) being selected */ export interface SelectedVal { variable: string; type: string; }