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 1678730 commit fa89c11Copy full SHA for fa89c11
src/Shared/types.ts
@@ -16,6 +16,7 @@
16
17
import { Dayjs } from 'dayjs'
18
import { ApprovalConfigDataType } from '@Common/Types'
19
+import { MutableRefObject } from 'react'
20
import {
21
OptionType,
22
CommonNodeAttr,
@@ -920,7 +921,7 @@ export interface PolicyConsequencesDTO {
920
921
export interface GetPolicyConsequencesProps {
922
appId: number
923
envId: number
- signal?: AbortSignal
924
+ abortControllerRef?: MutableRefObject<AbortController>
925
}
926
export interface UploadFileDTO {
927
id: number
0 commit comments