mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
feat: add simple request parser
This commit is contained in:
@@ -9,5 +9,5 @@ export interface RepresentationPreference {
|
||||
/**
|
||||
* How important this preference is in a value going from 0 to 1.
|
||||
*/
|
||||
weight?: number;
|
||||
weight: number;
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
*/
|
||||
export interface ResourceIdentifier {
|
||||
/**
|
||||
* Path to the relevant resource. Usually this would be an URL.
|
||||
* Path to the relevant resource.
|
||||
*/
|
||||
path: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user