UNPKG

ntk-cms-api

Version:

Ntk Cms Api And Model For Typscript

12 lines (11 loc) 706 B
import { Observable } from 'rxjs'; import { ErrorExceptionResult } from '../../models/entity/base/errorExceptionResult'; import { FilterModel } from '../../models/entity/base/filterModel'; import { ApiCmsServerBase } from '../base/apiCmsServerBase.service'; import * as i0 from "@angular/core"; export declare class ChartShareServerCategoryService extends ApiCmsServerBase<any, number, FilterModel> { getModuleControllerUrl(): string; ServiceGetAllOtherSite(model: FilterModel): Observable<ErrorExceptionResult<any>>; static ɵfac: i0.ɵɵFactoryDeclaration<ChartShareServerCategoryService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<ChartShareServerCategoryService>; }