UNPKG

ntk-cms-api

Version:

Ntk Cms Api And Model For Typscript

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