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,
|
length: number,
|
||||||
lastModified?: string,
|
lastModified?: string,
|
||||||
subRepository?: SubRepository, // TODO
|
subRepository?: SubRepository, // TODO
|
||||||
_links: Links
|
_links: Links,
|
||||||
|
_embedded: {
|
||||||
|
children: File[]
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
export type SourcesCollection = Collection & {
|
export type SourcesCollection = Collection & {
|
||||||
|
|||||||
Reference in New Issue
Block a user