(#21) Mixin IAnyData in app

This commit is contained in:
MrKBear 2022-01-21 17:38:41 +08:00
parent 1f2a2ad6bd
commit 660f6921de

View File

@ -1,9 +1,9 @@
import { IAppAPIParam } from "./core/Api"; import { IAppAPIParam, IAnyData } from "./core/Api";
import { IAppStorageParam, Storage, IStorageData } from "./core/Storage"; import { IAppStorageParam, Storage, IStorageData } from "./core/Storage";
import { Logger, LevelLogLabel, LifeCycleLogLabel } from "./core/Logger"; import { Logger, LevelLogLabel, LifeCycleLogLabel } from "./core/Logger";
App<IAppAPIParam & IAppStorageParam>({ App<IAppAPIParam & IAppStorageParam & IAnyData>({
/** /**
* API * API