HMS-4459: Use export endpoint
This commit is contained in:
parent
c6553d4cfa
commit
c385417e93
9 changed files with 293 additions and 155 deletions
|
|
@ -77,7 +77,7 @@ import {
|
|||
} from '../../../../store/wizardSlice';
|
||||
import useDebounce from '../../../../Utilities/useDebounce';
|
||||
|
||||
type PackageRepository = 'distro' | 'custom' | 'recommended' | '';
|
||||
export type PackageRepository = 'distro' | 'custom' | 'recommended' | '';
|
||||
|
||||
export type IBPackageWithRepositoryInfo = {
|
||||
name: Package['name'];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue