mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
chore: Generalize authorization configurations
This commit is contained in:
@@ -6,9 +6,9 @@ import type { RepresentationMetadata } from '../../representation/Representation
|
||||
* The result of executing an operation.
|
||||
*/
|
||||
export class ResponseDescription {
|
||||
public readonly statusCode: number;
|
||||
public readonly metadata?: RepresentationMetadata;
|
||||
public readonly data?: Guarded<Readable>;
|
||||
public statusCode: number;
|
||||
public metadata?: RepresentationMetadata;
|
||||
public data?: Guarded<Readable>;
|
||||
|
||||
/**
|
||||
* @param statusCode - Status code to return.
|
||||
|
||||
Reference in New Issue
Block a user