mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 17:26:22 +01:00
Represent recursive sources structure
This commit is contained in:
@@ -17,7 +17,10 @@ export type File = {
|
||||
length: number,
|
||||
lastModified?: string,
|
||||
subRepository?: SubRepository, // TODO
|
||||
_links: Links
|
||||
_links: Links,
|
||||
_embedded: {
|
||||
children: File[]
|
||||
}
|
||||
};
|
||||
|
||||
export type SourcesCollection = Collection & {
|
||||
|
||||
Reference in New Issue
Block a user