UNPKG

ntk-cms-api

Version:

Ntk Cms Api And Model For Typscript

15 lines (14 loc) 1.01 kB
import { Observable } from 'rxjs'; import { ArticleContentTagModel } from '../../models/entity/article/articleContentTagModel'; import { ErrorExceptionResult } from '../../models/entity/base/errorExceptionResult'; import { ApiCmsServerBase } from '../base/apiCmsServerBase.service'; import { ErrorExceptionResultBase } from '../../models/entity/base/errorExceptionResultBase'; import { FilterModel } from '../../models/entity/base/filterModel'; import * as i0 from "@angular/core"; export declare class ArticleContentTagService extends ApiCmsServerBase<ArticleContentTagModel, number, FilterModel> { getModuleControllerUrl(): string; ServiceAddBatch(model: ArticleContentTagModel[]): Observable<ErrorExceptionResult<ArticleContentTagModel>>; ServiceDeleteBatch(model: ArticleContentTagModel[]): Observable<ErrorExceptionResultBase>; static ɵfac: i0.ɵɵFactoryDeclaration<ArticleContentTagService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<ArticleContentTagService>; }