UNPKG

ntk-cms-api

Version:

Ntk Cms Api And Model For Typscript

10 lines (9 loc) 583 B
import { FilterModel } from '../../models/entity/base/filterModel'; import { CoreSiteCategoryModel } from '../../models/entity/core-main/coreSiteCategoryModel'; import { ApiCmsServerBase } from '../base/apiCmsServerBase.service'; import * as i0 from "@angular/core"; export declare class CoreSiteCategoryService extends ApiCmsServerBase<CoreSiteCategoryModel, number, FilterModel> { getModuleControllerUrl(): string; static ɵfac: i0.ɵɵFactoryDeclaration<CoreSiteCategoryService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<CoreSiteCategoryService>; }