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