mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 06:55:47 +01:00
refactor frontend components
This commit is contained in:
@@ -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 & {
|
||||
|
||||
Reference in New Issue
Block a user