UNPKG

ntk-cms-api

Version:

Ntk Cms Api And Model For Typscript

14 lines (13 loc) 964 B
import { BlogContentOtherInfoModel } from '../../models/entity/blog/blogContentOtherInfoModel'; 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 BlogContentOtherInfoService extends ApiCmsServerBase<BlogContentOtherInfoModel, number, FilterModel> { getModuleControllerUrl(): string; ServiceAddBatch(model: BlogContentOtherInfoModel[]): Observable<ErrorExceptionResult<BlogContentOtherInfoModel>>; ServiceEditBatch(model: BlogContentOtherInfoModel[]): Observable<ErrorExceptionResult<BlogContentOtherInfoModel>>; static ɵfac: i0.ɵɵFactoryDeclaration<BlogContentOtherInfoService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<BlogContentOtherInfoService>; }