There was an error while loading. Please reload this page.
1 parent 01e6f98 commit e86edafCopy full SHA for e86edaf
1 file changed
src/LibraryListDTO.ts
@@ -1,12 +1,6 @@
1
import { Model } from "./Model";
2
import { LibrarySet, CqlLibraryLock } from "./CqlLibrary";
3
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
- */
10
export interface LibraryListDTO {
11
id: string;
12
librarySetId: string;
@@ -22,4 +16,3 @@ export interface LibraryListDTO {
22
16
reviewStatus?: string;
23
17
cqlLibraryLock?: CqlLibraryLock;
24
18
}
25
-
0 commit comments