@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
6 lines (5 loc) • 542 B
TypeScript
export declare const InjectWebhookFeatures: (contextName?: string) => any;
export declare const CheckWebhookRole: import("@nestjs/core").ReflectableDecorator<import("./webhook.prisma-sdk").WebhookRole[], import("./webhook.prisma-sdk").WebhookRole[]>;
export declare const CurrentWebhookRequest: (...dataOrPipes: unknown[]) => ParameterDecorator;
export declare const CurrentWebhookUser: (...dataOrPipes: unknown[]) => ParameterDecorator;
export declare const CurrentWebhookExternalTenantId: (...dataOrPipes: unknown[]) => ParameterDecorator;