UNPKG

ntk-cms-api

Version:

Ntk Cms Api And Model For Typscript

15 lines (14 loc) 1.03 kB
import { Observable } from 'rxjs'; import { ErrorExceptionResult } from '../../models/entity/base/errorExceptionResult'; import { BiographyContentTagModel } from '../../models/entity/biography/biographyContentTagModel'; 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 BiographyContentTagService extends ApiCmsServerBase<BiographyContentTagModel, number, FilterModel> { getModuleControllerUrl(): string; ServiceAddBatch(model: BiographyContentTagModel[]): Observable<ErrorExceptionResult<BiographyContentTagModel>>; ServiceDeleteBatch(model: BiographyContentTagModel[]): Observable<ErrorExceptionResultBase>; static ɵfac: i0.ɵɵFactoryDeclaration<BiographyContentTagService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<BiographyContentTagService>; }