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

8 lines (7 loc) 331 B
import { WebhookUser } from '../generated/rest-dto/webhook-user.entity'; export type WebhookRequest = { webhookUser?: Omit<WebhookUser, 'Webhook_Webhook_createdByToWebhookUser' | 'Webhook_Webhook_updatedByToWebhookUser'> | null; externalUserId: string; externalTenantId: string; headers: Record<string, string>; };