mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 14:35:45 +01:00
WIP
This commit is contained in:
@@ -18,6 +18,7 @@ export type File = {
|
||||
subRepository?: SubRepository; // TODO
|
||||
partialResult: boolean;
|
||||
computationAborted: boolean;
|
||||
truncated: boolean;
|
||||
_links: Links;
|
||||
_embedded: {
|
||||
children: File[] | null | undefined;
|
||||
|
||||
Reference in New Issue
Block a user