mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-15 09:46:16 +01:00
adds combobox to select namespace strategy
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// @flow
|
||||
|
||||
import type { Links } from "./hal";
|
||||
|
||||
export type NamespaceStrategies = {
|
||||
current: string,
|
||||
available: string[],
|
||||
_links: Links
|
||||
};
|
||||
@@ -26,3 +26,5 @@ export type { SubRepository, File } from "./Sources";
|
||||
export type { SelectValue, AutocompleteObject } from "./Autocomplete";
|
||||
|
||||
export type { AvailableRepositoryPermissions, RepositoryRole } from "./AvailableRepositoryPermissions";
|
||||
|
||||
export type { NamespaceStrategies } from "./NamespaceStrategies";
|
||||
|
||||
Reference in New Issue
Block a user