mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
feat: Add more extensive permission parsing support
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Algebra } from 'sparqlalgebrajs';
|
||||
import { Patch } from './Patch';
|
||||
import { Update } from 'sparqlalgebrajs/lib/algebra';
|
||||
|
||||
/**
|
||||
* A specific type of {@link Patch} corresponding to a SPARQL update.
|
||||
@@ -8,5 +8,5 @@ export interface SparqlUpdatePatch extends Patch {
|
||||
/**
|
||||
* Algebra corresponding to the SPARQL update.
|
||||
*/
|
||||
algebra: Update;
|
||||
algebra: Algebra.Update;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user