mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 15:03:07 +00:00
6 lines
168 B
TypeScript
6 lines
168 B
TypeScript
/**
|
|
* Represents the payload of a purposefully empty rest response
|
|
*/
|
|
// eslint-disable-next-line @typescript-eslint/no-empty-interface
|
|
export interface NoContent {}
|