fix: ts-fix notifyScene: JobNotifyScene | RetryNotifyScene
This commit is contained in:
parent
ca112f4467
commit
43fa5ae3bf
2
src/typings/api.d.ts
vendored
2
src/typings/api.d.ts
vendored
@ -565,7 +565,7 @@ declare namespace Api {
|
|||||||
/** 状态 */
|
/** 状态 */
|
||||||
notifyStatus: Api.Common.EnableStatusNumber;
|
notifyStatus: Api.Common.EnableStatusNumber;
|
||||||
/** 通知场景 */
|
/** 通知场景 */
|
||||||
notifyScene: number;
|
notifyScene: JobNotifyScene | RetryNotifyScene;
|
||||||
/** 通知阈值 */
|
/** 通知阈值 */
|
||||||
notifyThreshold: number;
|
notifyThreshold: number;
|
||||||
/** 限流开关 */
|
/** 限流开关 */
|
||||||
|
Loading…
Reference in New Issue
Block a user