diff --git a/src/typings/api.d.ts b/src/typings/api.d.ts index 2872e20..bda0016 100644 --- a/src/typings/api.d.ts +++ b/src/typings/api.d.ts @@ -565,7 +565,7 @@ declare namespace Api { /** 状态 */ notifyStatus: Api.Common.EnableStatusNumber; /** 通知场景 */ - notifyScene: number; + notifyScene: JobNotifyScene | RetryNotifyScene; /** 通知阈值 */ notifyThreshold: number; /** 限流开关 */