UNPKG

@nestjs-mod/webhook-afat

Version:

Webhook UI components and tools for AFAT (Angular, Formly, Antd, Transloco) and rest-sdk for work with backend of this module from Angular appliaction

10 lines (9 loc) 541 B
import { WebhookRestSdkAngularService } from '../generated/webhook-rest_sdk-angular.module'; import * as i0 from "@angular/core"; export declare class WebhookEventsService { private readonly ssoRestSdkAngularService; constructor(ssoRestSdkAngularService: WebhookRestSdkAngularService); findMany(): import("rxjs").Observable<import("../generated/rest-sdk").WebhookEventInterface[]>; static ɵfac: i0.ɵɵFactoryDeclaration<WebhookEventsService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<WebhookEventsService>; }