refactor frontend components

This commit is contained in:
Eduard Heimbuch
2020-11-30 11:32:11 +01:00
parent 7ee8755dca
commit 6f2dda4fe4
7 changed files with 299 additions and 63 deletions

View File

@@ -22,11 +22,12 @@
* SOFTWARE.
*/
import { Collection } from "./hal";
import {Collection, Links} from "./hal";
export type RepositoryType = {
name: string;
displayName: string;
_links: Links;
};
export type RepositoryTypeCollection = Collection & {