@microsoft/windows-admin-center-sdk
Version:
Microsoft - Windows Admin Center Shell
23 lines (22 loc) • 1.04 kB
TypeScript
import { WorkItemConnection } from '@microsoft/windows-admin-center-sdk/core/notification/work-item-connection';
import { GatewayService } from './gateway.service';
import { NodeService } from './node.service';
import { NotificationService } from './notification.service';
import { RpcService } from './rpc.service';
import * as i0 from "@angular/core";
/**
* Work item service class.
*/
export declare class WorkItemService extends WorkItemConnection {
/**
* Initializes a new instance of the WorkItemService class.
*
* @param rpcService the RPC service.
* @param nodeService the Node service.
* @param gatewayService the gateway service.
* @param notificationService the notification service.
*/
constructor(rpcService: RpcService, nodeService: NodeService, gatewayService: GatewayService, notificationService: NotificationService);
static ɵfac: i0.ɵɵFactoryDeclaration<WorkItemService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<WorkItemService>;
}