From 43fa5ae3bfaed0182dbbcc79f7d5df530a255663 Mon Sep 17 00:00:00 2001 From: dhb52 Date: Sat, 4 May 2024 19:09:24 +0800 Subject: [PATCH] fix: ts-fix notifyScene: JobNotifyScene | RetryNotifyScene --- src/typings/api.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; /** 限流开关 */