File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ import {
28
28
VariableType ,
29
29
RefVariableType ,
30
30
PluginType ,
31
+ SegmentedControlProps ,
31
32
} from '../Common'
32
33
import { BASE_CONFIGURATION_ENV_ID , EnvironmentTypeEnum , PatchOperationType } from './constants'
33
34
import { SelectPickerOptionType } from './Components'
@@ -704,7 +705,7 @@ export enum ConfigurationType {
704
705
YAML = 'YAML' ,
705
706
}
706
707
707
- export const CONFIGURATION_TYPE_OPTIONS : OptionType < ConfigurationType , ConfigurationType > [ ] = [
708
+ export const CONFIGURATION_TYPE_OPTIONS : SegmentedControlProps [ 'segments' ] = [
708
709
{ label : ConfigurationType . GUI , value : ConfigurationType . GUI } ,
709
710
{ label : ConfigurationType . YAML , value : ConfigurationType . YAML } ,
710
711
] as const
You can’t perform that action at this time.
0 commit comments