Skip to content

Commit d1e5f12

Browse files
committed
refactor: CIPipeline.types - update
1 parent ea88f80 commit d1e5f12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Common/CIPipeline.Types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,8 @@ export interface ErrorObj {
292292
export interface TaskErrorObj {
293293
isValid: boolean
294294
name: ErrorObj
295-
inlineStepDetail?: { inputVariables?: ErrorObj[]; outputVariables?: ErrorObj[] }
296-
pluginRefStepDetail?: { inputVariables?: ErrorObj[]; outputVariables?: ErrorObj[] }
295+
inlineStepDetail?: { inputVariables?: ErrorObj[]; outputVariables?: ErrorObj[]; isValid?: boolean }
296+
pluginRefStepDetail?: { inputVariables?: ErrorObj[]; outputVariables?: ErrorObj[]; isValid?: boolean }
297297
}
298298
export interface FormErrorObjectType {
299299
name: ErrorObj

0 commit comments

Comments
 (0)