File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17+ import { PipelineFormType } from '@Pages/CDPipeline'
1718import { PluginDataStoreType , PluginDetailPayloadType , ResourceKindType } from '../Shared'
18- import { FormType , VariableType } from './CIPipeline.Types'
19+ import { VariableType } from './CIPipeline.Types'
1920import { ServerErrors } from './ServerError'
2021
2122export enum ApplyPolicyToStage {
@@ -86,14 +87,14 @@ export type ProcessPluginDataCDParamsType = {
8687}
8788
8889export type ProcessPluginDataParamsType = {
89- formData : FormType
90+ formData : PipelineFormType
9091 pluginDataStoreState : PluginDataStoreType
9192 appId : number
9293 appName : string
9394 /**
9495 * Would be sent in case we have to get data for steps
9596 */
96- requiredPluginIds : PluginDetailPayloadType [ 'pluginId' ]
97+ requiredPluginIds ? : PluginDetailPayloadType [ 'pluginId' ]
9798} & ( ProcessPluginDataCIParamsType | ProcessPluginDataCDParamsType )
9899
99100export enum ConsequenceAction {
You can’t perform that action at this time.
0 commit comments