We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a7550c commit 31bdfb9Copy full SHA for 31bdfb9
web/src/core/usecases/softwareDetails/state.ts
@@ -4,7 +4,6 @@ import { assert } from "tsafe/assert";
4
import { type State as SoftwareCatalogState } from "core/usecases/softwareCatalog";
5
import { LocalizedString } from "i18nifty";
6
import type { Language, ApiTypes } from "api";
7
-import { SoftwareType } from "api/dist/src/lib/ApiTypes";
8
9
export const name = "softwareDetails";
10
@@ -104,7 +103,7 @@ export namespace State {
104
103
programmingLanguages: string[];
105
keywords: string[];
106
applicationCategories: string[];
107
- softwareType: SoftwareType;
+ softwareType: ApiTypes.SoftwareType;
108
};
109
}
110
0 commit comments