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) 287 B
import { WebhookUser } from '../generated/rest-dto/webhook-user.entity'; export declare class WebhookToolsService { externalTenantIdQuery(webhookUser: Pick<WebhookUser, 'userRole' | 'externalTenantId'> | null, externalTenantId?: string): { externalTenantId: string; }; }