fix: ts-fix notifyScene: JobNotifyScene | RetryNotifyScene

This commit is contained in:
dhb52 2024-05-04 19:09:24 +08:00
parent ca112f4467
commit 43fa5ae3bf

View File

@ -565,7 +565,7 @@ declare namespace Api {
/** 状态 */ /** 状态 */
notifyStatus: Api.Common.EnableStatusNumber; notifyStatus: Api.Common.EnableStatusNumber;
/** 通知场景 */ /** 通知场景 */
notifyScene: number; notifyScene: JobNotifyScene | RetryNotifyScene;
/** 通知阈值 */ /** 通知阈值 */
notifyThreshold: number; notifyThreshold: number;
/** 限流开关 */ /** 限流开关 */