ntk-cms-api
Version:
Ntk Cms Api And Model For Typscript
14 lines (13 loc) • 975 B
TypeScript
import { ChartContentOtherInfoModel } from '../../models/entity/chart/chartContentOtherInfoModel';
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 ChartContentOtherInfoService extends ApiCmsServerBase<ChartContentOtherInfoModel, number, FilterModel> {
getModuleControllerUrl(): string;
ServiceAddBatch(model: ChartContentOtherInfoModel[]): Observable<ErrorExceptionResult<ChartContentOtherInfoModel>>;
ServiceEditBatch(model: ChartContentOtherInfoModel[]): Observable<ErrorExceptionResult<ChartContentOtherInfoModel>>;
static ɵfac: i0.ɵɵFactoryDeclaration<ChartContentOtherInfoService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<ChartContentOtherInfoService>;
}