UNPKG

ntk-cms-api

Version:

Ntk Cms Api And Model For Typscript

14 lines (13 loc) 925 B
import { Observable } from 'rxjs'; import { ErrorExceptionResult } from '../../models/entity/base/errorExceptionResult'; import { FilterModel } from '../../models/entity/base/filterModel'; import { HyperShopCategoryModel } from '../../models/entity/hyper-shop/hyperShopCategoryModel'; import { ApiCmsServerBase } from '../base/apiCmsServerBase.service'; import * as i0 from "@angular/core"; export declare class HyperShopCategoryService extends ApiCmsServerBase<HyperShopCategoryModel, string, FilterModel> { getModuleControllerUrl(): string; ServiceGetAllMicroService(model: FilterModel): Observable<ErrorExceptionResult<HyperShopCategoryModel>>; ServiceGetOneMicroService(id: string): Observable<ErrorExceptionResult<HyperShopCategoryModel>>; static ɵfac: i0.ɵɵFactoryDeclaration<HyperShopCategoryService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<HyperShopCategoryService>; }