mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 05:29:26 +08:00
fix: build
This commit is contained in:
parent
d4d57b876b
commit
4893dba4bc
@ -62,7 +62,7 @@ export interface CancelledStatus {
|
||||
}
|
||||
|
||||
export interface AsyncTasksManager extends EventEmitter {
|
||||
queue: PQueue;
|
||||
queue: any;
|
||||
setLogger(logger: Logger): void;
|
||||
setApp(app: Application): void;
|
||||
registerTaskType(taskType: TaskConstructor): void;
|
||||
|
Loading…
x
Reference in New Issue
Block a user