mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-17 10:41:06 +01:00
merge with branch feature/repository_config_v2_endpoint
This commit is contained in:
@@ -14,5 +14,7 @@ export type Group = Collection & {
|
||||
members: string[],
|
||||
_embedded: {
|
||||
members: Member[]
|
||||
}
|
||||
},
|
||||
creationDate?: string,
|
||||
lastModified?: string
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user