This commit is contained in:
René Pfeuffer
2020-02-19 18:37:09 +01:00
parent fe1591171d
commit 4bc3d16aa9
3 changed files with 165 additions and 88 deletions

View File

@@ -18,6 +18,7 @@ export type File = {
subRepository?: SubRepository; // TODO
partialResult: boolean;
computationAborted: boolean;
truncated: boolean;
_links: Links;
_embedded: {
children: File[] | null | undefined;