Files
dspace-angular/src/app/core/shared/NoContent.model.ts
Yura Bondarenko bb51609af9 87968: Update ESLint disable/enable comments
eslint-disable max-classes-per-file only works at the top of the file now
2022-04-08 17:57:16 +02:00

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 {}