Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
SemWeb
libview
Commits
11a957222183
Commit
6e791fbb
authored
Feb 25, 2021
by
Élodie Thiéblin
Browse files
chore: add view descriptor interface
parent
21d6fd97ca42
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/index.ts
View file @
11a95722
...
...
@@ -8,3 +8,10 @@ export interface SparqlView {
}
export
type
View
=
SparqlView
;
export
interface
ViewDescription
{
name
:
string
;
description
:
string
;
entrypoint
:
string
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment