refactor: free up the CardOption name in supportedOptions #2765
Annotations
6 errors and 1 warning
npm install, build:
src/controllers/CardOptionsController/CardOptionsController.ts#L62
Argument of type '(option: CardOption) => { [x: number]: any; }' is not assignable to parameter of type '(value: CardOptionDetail, index: number, array: CardOptionDetail[]) => { [x: number]: any; }'.
|
npm install, build:
src/controllers/CardOptionsController/CardOptionsController.ts#L63
Property 'key' does not exist on type 'CardOption'.
|
npm install, build:
src/controllers/CardOptionsController/CardOptionsController.ts#L63
Property 'value' does not exist on type 'CardOption'.
|
npm install, build:
src/lib/parser/Settings/index.ts#L1
Module '"./CardOption"' has no exported member 'CardOption'. Did you mean to use 'import CardOption from "./CardOption"' instead?
|
npm install, build:
src/lib/parser/Settings/loadSettingsFromDatabase.ts#L4
Module '"./CardOption"' has no exported member 'CardOption'. Did you mean to use 'import CardOption from "./CardOption"' instead?
|
npm install, build
Process completed with exit code 2.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading