ntk-cms-api
Version:
Ntk Cms Api And Model For Typscript
9 lines (8 loc) • 821 B
TypeScript
import { HyperShopModuleConfigAdminMainValuesModel, HyperShopModuleConfigSiteAccessValuesModel, HyperShopModuleConfigSiteValuesModel, HyperShopModuleSiteStorageValuesModel } from '../../models/entity/hyper-shop/hyperShopConfigurationModel';
import { ApiServerConfigSiteBase } from '../base/apiServerConfigSiteBase.service';
import * as i0 from "@angular/core";
export declare class HyperShopConfigurationService extends ApiServerConfigSiteBase<HyperShopModuleConfigAdminMainValuesModel, HyperShopModuleConfigSiteValuesModel, HyperShopModuleConfigSiteAccessValuesModel, HyperShopModuleSiteStorageValuesModel> {
getModuleControllerUrl(): string;
static ɵfac: i0.ɵɵFactoryDeclaration<HyperShopConfigurationService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<HyperShopConfigurationService>;
}