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 d2ac10c commit 47c151fCopy full SHA for 47c151f
src/Common/Policy.Types.ts
@@ -17,7 +17,6 @@
17
import { PluginDataStoreType, PluginDetailPayloadType, ResourceKindType } from '../Shared'
18
import { FormType, VariableType } from './CIPipeline.Types'
19
import { ServerErrors } from './ServerError'
20
-import { ResponseType } from './Types'
21
22
export enum ApplyPolicyToStage {
23
PRE_CI = 'PRE_CI',
@@ -111,7 +110,3 @@ export interface BlockedStateData {
111
110
isCITriggerBlocked: boolean
112
ciBlockState: ConsequenceType
113
}
114
-
115
-export interface GetBlockedStateResponse extends ResponseType {
116
- result?: BlockedStateData
117
-}
0 commit comments