Files
CommunitySolidServer/src/ldp/http/Patch.ts
2020-08-17 15:38:26 +02:00

8 lines
180 B
TypeScript

import { Representation } from '../representation/Representation';
/**
* Represents the changes needed for a PATCH request.
*/
export interface Patch extends Representation {
}