mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
5 lines
88 B
TypeScript
5 lines
88 B
TypeScript
/**
|
|
* Represents the changes needed for a PATCH request.
|
|
*/
|
|
export interface Patch {}
|