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 91c60c5 commit bd62da3Copy full SHA for bd62da3
src/Shared/types.ts
@@ -978,12 +978,6 @@ export enum ViewIsPipelineRBACConfiguredRadioTabs {
978
ACCESS_ONLY = 'Access only',
979
}
980
981
-export interface EnvironmentDataValuesDTO {
982
- isAirGapEnvironment: boolean
983
- isManifestScanningEnabled: boolean
984
- canOnlyViewPermittedEnvOrgLevel: boolean
985
-}
986
-
987
export type ComponentLayoutType = 'row' | 'column'
988
989
export interface BorderConfigType {
0 commit comments