UNPKG

ntk-cms-api

Version:

Ntk Cms Api And Model For Typscript

14 lines (13 loc) 964 B
import { NewsContentOtherInfoModel } from '../../models/entity/news/newsContentOtherInfoModel'; import { ApiCmsServerBase } from '../base/apiCmsServerBase.service'; import { Observable } from 'rxjs'; import { ErrorExceptionResult } from '../../models/entity/base/errorExceptionResult'; import { FilterModel } from '../../models/entity/base/filterModel'; import * as i0 from "@angular/core"; export declare class NewsContentOtherInfoService extends ApiCmsServerBase<NewsContentOtherInfoModel, number, FilterModel> { getModuleControllerUrl(): string; ServiceAddBatch(model: NewsContentOtherInfoModel[]): Observable<ErrorExceptionResult<NewsContentOtherInfoModel>>; ServiceEditBatch(model: NewsContentOtherInfoModel[]): Observable<ErrorExceptionResult<NewsContentOtherInfoModel>>; static ɵfac: i0.ɵɵFactoryDeclaration<NewsContentOtherInfoService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<NewsContentOtherInfoService>; }