Skip to content

Commit bd62da3

Browse files
committed
type added
1 parent 91c60c5 commit bd62da3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/Shared/types.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -978,12 +978,6 @@ export enum ViewIsPipelineRBACConfiguredRadioTabs {
978978
ACCESS_ONLY = 'Access only',
979979
}
980980

981-
export interface EnvironmentDataValuesDTO {
982-
isAirGapEnvironment: boolean
983-
isManifestScanningEnabled: boolean
984-
canOnlyViewPermittedEnvOrgLevel: boolean
985-
}
986-
987981
export type ComponentLayoutType = 'row' | 'column'
988982

989983
export interface BorderConfigType {

0 commit comments

Comments
 (0)