患者1.2
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { ICallStore } from '../interface/ICallStore';
|
||||
export default class CallStore {
|
||||
defaultStore: ICallStore;
|
||||
store: ICallStore;
|
||||
update(key: keyof ICallStore, data: any): void;
|
||||
getData(key: string | undefined): any;
|
||||
reset(keyList?: Array<string>): void;
|
||||
}
|
||||
Reference in New Issue
Block a user