Skip to content

Commit e86edaf

Browse files
MAT-10186 Removing comments from LibraryListDTO.ts
1 parent 01e6f98 commit e86edaf

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/LibraryListDTO.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
import { Model } from "./Model";
22
import { LibrarySet, CqlLibraryLock } from "./CqlLibrary";
33

4-
/**
5-
* Mirrors the backend LibraryListDTO used by library list endpoints (e.g. the
6-
* reviewer-only "All Reviews" listing). It is a lightweight projection of a
7-
* CqlLibrary tailored for table rendering. Note: the backend serializes
8-
* `version` to a string, so it is a string here (not a structured Version).
9-
*/
104
export interface LibraryListDTO {
115
id: string;
126
librarySetId: string;
@@ -22,4 +16,3 @@ export interface LibraryListDTO {
2216
reviewStatus?: string;
2317
cqlLibraryLock?: CqlLibraryLock;
2418
}
25-

0 commit comments

Comments
 (0)