UNPKG

ntk-cms-api

Version:

Ntk Cms Api And Model For Typscript

13 lines (12 loc) 880 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 { ArticleShareServerCategoryModel } from '../../models/entity/article/articleShareServerCategoryModel'; import * as i0 from "@angular/core"; export declare class ArticleShareServerCategoryService extends ApiCmsServerBase<ArticleShareServerCategoryModel, number, FilterModel> { getModuleControllerUrl(): string; ServiceGetAllOtherSite(model: FilterModel): Observable<ErrorExceptionResult<ArticleShareServerCategoryModel>>; static ɵfac: i0.ɵɵFactoryDeclaration<ArticleShareServerCategoryService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<ArticleShareServerCategoryService>; }