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 ea88f80 commit d1e5f12Copy full SHA for d1e5f12
src/Common/CIPipeline.Types.ts
@@ -292,8 +292,8 @@ export interface ErrorObj {
292
export interface TaskErrorObj {
293
isValid: boolean
294
name: ErrorObj
295
- inlineStepDetail?: { inputVariables?: ErrorObj[]; outputVariables?: ErrorObj[] }
296
- pluginRefStepDetail?: { inputVariables?: ErrorObj[]; outputVariables?: ErrorObj[] }
+ inlineStepDetail?: { inputVariables?: ErrorObj[]; outputVariables?: ErrorObj[]; isValid?: boolean }
+ pluginRefStepDetail?: { inputVariables?: ErrorObj[]; outputVariables?: ErrorObj[]; isValid?: boolean }
297
}
298
export interface FormErrorObjectType {
299
0 commit comments