mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 06:55:47 +01:00
Heed peer review
This commit is contained in:
@@ -50,7 +50,11 @@ export type RepositoryCollection = PagedCollection & {
|
||||
};
|
||||
};
|
||||
|
||||
export type NamespaceCollection = Namespace[];
|
||||
export type NamespaceCollection = {
|
||||
_embedded: {
|
||||
namespaces: Namespace[];
|
||||
};
|
||||
};
|
||||
|
||||
export type RepositoryGroup = {
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user