export interface IMyStore2 { state:{ type:string, data:{ a:number, b:string } } }