import { BaseService } from "@web-atoms/core/dist/services/http/RestService"; export interface IAppServiceModel { value: any; } export default class AppService extends BaseService { }