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

9 lines (8 loc) 298 B
export declare class WebhookUserExternalTenantIdExternalUserIdUniqueInputDto { externalTenantId: string; externalUserId: string; } export declare class ConnectWebhookUserDto { id?: string; externalTenantId_externalUserId?: WebhookUserExternalTenantIdExternalUserIdUniqueInputDto; }