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) 275 B
import { Prisma, WebhookStatus } from '../prisma-client'; export declare class CreateWebhookLogDto { request: Prisma.InputJsonValue; responseStatus: string; response?: Prisma.InputJsonValue | Prisma.NullableJsonNullValueInput; webhookStatus: WebhookStatus; }