import { ServiceStore } from "./ServiceStore"; export interface IService { store: ServiceStore; }