Skip to content

Commit 47c151f

Browse files
committed
chore: remove dead code
1 parent d2ac10c commit 47c151f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Common/Policy.Types.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
import { PluginDataStoreType, PluginDetailPayloadType, ResourceKindType } from '../Shared'
1818
import { FormType, VariableType } from './CIPipeline.Types'
1919
import { ServerErrors } from './ServerError'
20-
import { ResponseType } from './Types'
2120

2221
export enum ApplyPolicyToStage {
2322
PRE_CI = 'PRE_CI',
@@ -111,7 +110,3 @@ export interface BlockedStateData {
111110
isCITriggerBlocked: boolean
112111
ciBlockState: ConsequenceType
113112
}
114-
115-
export interface GetBlockedStateResponse extends ResponseType {
116-
result?: BlockedStateData
117-
}

0 commit comments

Comments
 (0)