Skip to content

Commit dd45cf5

Browse files
committed
chore: add comments
1 parent 9ca37b0 commit dd45cf5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Common/Types.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -678,6 +678,9 @@ export interface CDMaterialsApprovalInfo {
678678
approvalUsers: string[]
679679
userApprovalConfig: UserApprovalConfigType
680680
canApproverDeploy: boolean
681+
/**
682+
* Only available incase of approvals do'nt use in cd materials or any other flow since approvalUsers are not present there
683+
*/
681684
imageApprovalPolicyDetails: ImageApprovalPolicyType
682685
}
683686

0 commit comments

Comments
 (0)