ntk-cms-api
Version:
Ntk Cms Api And Model For Typscript
9 lines (8 loc) • 495 B
TypeScript
import { ApiCmsServerBase } from '../base/apiCmsServerBase.service';
import { FilterModel } from '../../models/entity/base/filterModel';
import * as i0 from "@angular/core";
export declare class NewsContentParameterTypeService extends ApiCmsServerBase<any, number, FilterModel> {
getModuleControllerUrl(): string;
static ɵfac: i0.ɵɵFactoryDeclaration<NewsContentParameterTypeService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<NewsContentParameterTypeService>;
}