UNPKG

@nestjs-mod/webhook

Version:

Webhook module with an error filter, guard, controller, database migrations and rest-sdk for work with module from other nodejs appliaction

7 lines (6 loc) 246 B
import { FindManyResponseMeta } from '@nestjs-mod/swagger'; import { WebhookLog } from '../generated/rest-dto/webhook-log.entity'; export declare class FindManyWebhookLogResponse { webhookLogs: WebhookLog[]; meta: FindManyResponseMeta; }