UNPKG

ntk-cms-api

Version:

Ntk Cms Api And Model For Typscript

18 lines (17 loc) 1.27 kB
import { Observable } from 'rxjs'; import { ErrorExceptionResult } from '../../models/entity/base/errorExceptionResult'; import { ErrorExceptionResultBase } from '../../models/entity/base/errorExceptionResultBase'; import { FilterModel } from '../../models/entity/base/filterModel'; import { HyperShopContentModel } from '../../models/entity/hyper-shop/hyperShopContentModel'; import { ApiCmsServerBase } from '../base/apiCmsServerBase.service'; import * as i0 from "@angular/core"; export declare class HyperShopContentService extends ApiCmsServerBase<HyperShopContentModel, string, FilterModel> { getModuleControllerUrl(): string; ServiceGetAllMicroService(model: FilterModel): Observable<ErrorExceptionResult<HyperShopContentModel>>; ServiceGetOneMicroService(id: string): Observable<ErrorExceptionResult<HyperShopContentModel>>; ServiceFavoriteAdd(Id: number): Observable<ErrorExceptionResultBase>; ServiceFavoriteRemove(Id: number): Observable<ErrorExceptionResultBase>; ServiceFavoriteList(model: FilterModel): Observable<ErrorExceptionResult<HyperShopContentModel>>; static ɵfac: i0.ɵɵFactoryDeclaration<HyperShopContentService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<HyperShopContentService>; }