HMS-4459: Use export endpoint

This commit is contained in:
Anna Vítová 2024-07-29 15:50:36 +02:00 committed by Ondřej Ezr
parent c6553d4cfa
commit c385417e93
9 changed files with 293 additions and 155 deletions

View file

@ -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'];