mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
feat: Add getChildren function to DataAccessor interface
DataAccessors are now no longer responsible for generating ldp:contains triples.
This commit is contained in:
@@ -63,7 +63,7 @@ export class RepresentationMetadata {
|
||||
public constructor(contentType?: string);
|
||||
|
||||
/**
|
||||
* @param overrides - Metadata values (defaulting to content type if a string)
|
||||
* @param metadata - Metadata values (defaulting to content type if a string)
|
||||
*/
|
||||
public constructor(metadata?: RepresentationMetadata | MetadataRecord | string);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user