(#21) Mixin IAnyData in app
This commit is contained in:
parent
1f2a2ad6bd
commit
660f6921de
@ -1,9 +1,9 @@
|
||||
import { IAppAPIParam } from "./core/Api";
|
||||
import { IAppAPIParam, IAnyData } from "./core/Api";
|
||||
import { IAppStorageParam, Storage, IStorageData } from "./core/Storage";
|
||||
import { Logger, LevelLogLabel, LifeCycleLogLabel } from "./core/Logger";
|
||||
|
||||
|
||||
App<IAppAPIParam & IAppStorageParam>({
|
||||
App<IAppAPIParam & IAppStorageParam & IAnyData>({
|
||||
|
||||
/**
|
||||
* API 模块需要的全局数据
|
||||
|
Loading…
Reference in New Issue
Block a user