ntk-cms-api
Version:
Ntk Cms Api And Model For Typscript
14 lines (13 loc) • 920 B
TypeScript
import { Observable } from 'rxjs';
import { ErrorExceptionResult } from '../../models/entity/base/errorExceptionResult';
import { FilterModel } from '../../models/entity/base/filterModel';
import { SmsLogOutBoxQueueModel } from '../../models/entity/sms/smsLogOutBoxQueueModel';
import { ApiCmsServerBase } from '../base/apiCmsServerBase.service';
import * as i0 from "@angular/core";
export declare class SmsLogOutBoxQueueService extends ApiCmsServerBase<SmsLogOutBoxQueueModel, string, FilterModel> {
getModuleControllerUrl(): string;
ServiceGetAllReadyToSend(model: FilterModel): Observable<ErrorExceptionResult<SmsLogOutBoxQueueModel>>;
ServiceGetAllSending(model: FilterModel): Observable<ErrorExceptionResult<SmsLogOutBoxQueueModel>>;
static ɵfac: i0.ɵɵFactoryDeclaration<SmsLogOutBoxQueueService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<SmsLogOutBoxQueueService>;
}