merge with branch feature/repository_config_v2_endpoint

This commit is contained in:
Philipp Czora
2018-08-08 15:41:29 +02:00
72 changed files with 2948 additions and 198 deletions

View File

@@ -14,5 +14,7 @@ export type Group = Collection & {
members: string[],
_embedded: {
members: Member[]
}
},
creationDate?: string,
lastModified?: string
};